Does anyone know a program that lets you test its speed in order to determine if it needs any optimization? Any recommendations?
PredeX
PS: Hopefully I expressed myself clearly enough... ;)
PredeX
PS: Hopefully I expressed myself clearly enough... ;)
Build & run your program in profile mode. Or, if using assembly, you
ought to already know where the hotspots are, and you can search
this forum for "profile" to find some code that's nice for profiling.
Perhaps you want to check out intel's vtune or AMDs codeanalyst
as well.
ought to already know where the hotspots are, and you can search
this forum for "profile" to find some code that's nice for profiling.
Perhaps you want to check out intel's vtune or AMDs codeanalyst
as well.
Algo section full of examples of speed testing by different methods.
Look at Meveric's profiler for example, it's quite presize IMHO.
Most of optimization threads in Algo section get along with some testing teqnicks. Including even charts :) Thanks to bitRake who started posting them.
Look at Meveric's profiler for example, it's quite presize IMHO.
Most of optimization threads in Algo section get along with some testing teqnicks. Including even charts :) Thanks to bitRake who started posting them.