View Full Version : Profiling Lua scripts
Rob H
May 3rd, 2005, 08:12 AM
Is G4 going to offer any way of profiling Lua scripts? (Or is it there already and I've missed it?)
Promixis
May 3rd, 2005, 08:52 AM
have you looked at http://lua-users.org/wiki/PepperfishProfiler
Rob H
May 3rd, 2005, 09:05 AM
Brilliant! Thanks Mike
danward79
May 3rd, 2005, 10:14 AM
What is a profiler?
Mark F
May 3rd, 2005, 10:19 AM
It is a tool used to help find out where time is spent in a program. The idea is if you can determine where the software spends all of it's time, you can optimize or re-write that section of code.
One problem that is hard to overcome is when you build profiling into software, the profiling code may change the behavior so much that the answers you come up with are invalid.
Promixis
May 3rd, 2005, 10:27 AM
Mark, always the optimist :D
Mark F
May 3rd, 2005, 10:43 AM
I prefer "realist". ;)
And by the way, the glass is neither half full nor half empty. It is twice the size it needs to be. :D
danward79
May 3rd, 2005, 10:52 AM
Thanks Mark!
Powered by vBulletin® Version 4.1.8 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.