Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #55.0K
~160 People Reached
Favorite Forums
Favorite Tags
java x 3

1 Posted Topic

Member Avatar for i_me_roo

[QUOTE=cosi;44943]An alternative solution, I've used to as a cheap profiling trick in big programs: long startTime = System.currentTimeMillis(); // time at start in millisecs // //code // long stopTime = System.currentTimeMillis(); // time at end // time elapsed is stopTime-startTime See this link for details. [url]http://java.sun.com/j2se/1.4.2/docs/api/java/lang/System.html#currentTimeMillis()[/url][/QUOTE] it display in this …

Member Avatar for Aldehyde81
0
160

The End.