How calculate time of a function (something like Valgrind?¿)

Previous topic - Next topic

mentalthink

Hi folks, how I can calculate the time needs a function to do his work?¿...

I want say something like the TIME command on Linux, (I think this command says the time of all Code, not only function, but is enough for my needs)

Thanks in advance.


Moru

There is a profiler function in the menu that lists time in all functions so you can find your bottlenecks.

Compiler->Profiler->Active
and ->Output after running the game/program.


erico

ops, Moru got there faster on the EN thread! As he said. :good:

mentalthink