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 11:37

pseudo-code

TimerManager mng = new TimerManager();
Timer timer = TimerManager.getNewTimer();
timer.setTime(TimerManager.getCurrentTime(timer))
//code
timer.getTimeElapsed()

this is the ENTERPRISE way

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