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
1 Posted Topic
Re: [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 … |
The End.