Difference between revisions of "profile"

(Created page with "== profile.lua == profile.lua is a real-time, non-intrusive tool for finding bottlenecks in your game. You don't have to modify any of your existing code to use this tool. You...")
 
m (i18n)
Line 9: Line 9:
 
{{#set:Keyword=Profiling}}
 
{{#set:Keyword=Profiling}}
 
[[Category:Libraries]]
 
[[Category:Libraries]]
 +
 +
== Other Languages ==
 +
{{i18n|profile}}

Revision as of 04:46, 17 December 2019

profile.lua

profile.lua is a real-time, non-intrusive tool for finding bottlenecks in your game. You don't have to modify any of your existing code to use this tool. You require the profiler and tell it when to start/stop collecting data. It's good to reset the profiler every 100 frames so you can look for bottlenecks in real-time.

Documentation and sourcecode

https://bitbucket.org/itraykov/profile.lua/

Other Languages