Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

how to benchmark the speed of an app

Name: s 2011-07-22 3:27

what is the best way to benchmark the speed of apps, say time how fast an app runs to completion? Is there a universal way to time an app runs to completion for both interpreted and compiled languages?

Name: Anonymous 2011-07-22 6:24

pseudo-code

timer = current_time()
// code
execution_time = current_time() - timer


pretty simple dude

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List