Last active
March 24, 2022 16:35
-
-
Save EngineerSmith/f8aac68b36d1dfd67615efd48fe8c5f2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- Point of entry, e.g. main.lua | |
local appleCake = require("lib.AppleCake")(true) -- turn on profiling for entire project (default) | |
local appleCake = require("lib.AppleCake")(false) -- turn off profiling for entire project | |
-- Other files and threads | |
local appleCake = require("lib.AppleCake")() -- get whatever appleCake has been loaded by the first call |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment