Mach Modules Documentation
Lua Module API Documentation
Loading...
Searching...
No Matches
profiler.lua
Go to the documentation of this file.
1
31module.setGetTimeFunction(fn);
43module.getInfo();
66module.attachPrintFunction(fn, verbose);
80module.start();
90module.pause();
101module.resume();
111module.stop();
139module.report(filename);
170module.configuration(overrides);
exampleConsolePrint()
Placeholder example function illustrating a custom console print callback.