posted 16 years ago
put this in doGet():
long appStartTime = System.currentTimeInMillis();
Now any time you want a time marker you subtract appStartTime from System.currentTimeInMillis();
I get one buffer at start of doGet(), put log messages in along the way with an elapsed time and print once at the end. This way I can filter the log file for specific log points and get the elapsed time.
"No one appreciates the very special genius of your conversation as the dog does."