-
Notifications
You must be signed in to change notification settings - Fork 17
profiler
CapsAdmin edited this page Apr 4, 2014
·
22 revisions
##shared
- profiler.default_zone = "no zone"
- profiler.Restart(https://github.com/CapsAdmin/goluwa/blob/master/.base/lua/libraries/low_level/profiler.lua180)
- profiler.SetReadFileFunction(https://github.com/CapsAdmin/goluwa/blob/master/.base/lua/libraries/low_level/profiler.lua96)
- profiler.dump_format = "pl
" - profiler.SetClockFunction(https://github.com/CapsAdmin/goluwa/blob/master/.base/lua/libraries/low_level/profiler.lua90)
- profiler.GetZone(https://github.com/CapsAdmin/goluwa/blob/master/.base/lua/libraries/low_level/profiler.lua185)
- profiler.dump_depth = 10
- [profiler.Start](zone, type)(https://github.com/CapsAdmin/goluwa/blob/master/.base/lua/libraries/low_level/profiler.lua146)
- profiler.Stop(https://github.com/CapsAdmin/goluwa/blob/master/.base/lua/libraries/low_level/profiler.lua168)
- profiler.type = "instrumental"
- profiler.enabled = true
- profiler.default_mode = "l"
- profiler.GetBenchmark(https://github.com/CapsAdmin/goluwa/blob/master/.base/lua/libraries/low_level/profiler.lua189)