angus.wood Posted June 11, 2014 Posted June 11, 2014 The debug log is handy for finding issues, but it would be more useful if the resolution, currently one second, of the timestamps was increased to include millis. That way I could get a clearer picture of the time taken to perform certain functions when debugging.
ulf.schroeter Posted June 11, 2014 Posted June 11, 2014 Just FYI, world_analyse console command provides in-depth profiling statistics without any need to add own timing code
unclebob Posted August 14, 2014 Posted August 14, 2014 Hey Angus, long time no see! How's the stuff going in Veros? Please use engine.profiler functions if you want to see how your code is performing: https://developer.unigine.com/en/docs/1.0/scripting/library/engine/engine.profiler
Recommended Posts