Skip to content

Instantly share code, notes, and snippets.

@EngineerSmith
Last active March 24, 2022 16:35
Show Gist options
  • Save EngineerSmith/f8aac68b36d1dfd67615efd48fe8c5f2 to your computer and use it in GitHub Desktop.
Save EngineerSmith/f8aac68b36d1dfd67615efd48fe8c5f2 to your computer and use it in GitHub Desktop.
-- 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