Manoj K.S

Greenhorn
+ Follow
since Jul 23, 2002
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Manoj K.S

I have a small MIDP application.I would like to find out the time taken to execute this program on Sony Palm PDA ,CLIE.
Could anyone please share your thoughts on this matter.

I have a class called GmBlock_NoFlicker that extends midlet class.This class contains the methds like startApp(),Destroy app()..
MY second cllass is GameCanvas.This class is an extends class canvasThis contains methods like paint().

I like to know how to compute the total time.
I found that System.currentTimeMillis() may be used.
But i dont know how it can be use
Any suggestions?
21 years ago