Re: precision of log4j

2008-07-08 Thread Thorbjørn Ravn Andersen
sana qadir skrev den 08-07-2008 05:18: Despite synchronizing the time on the two machines using NTP, I am getting not only poor resolution but also negative propagation values which are ridiculous. Any idea about how I can get better resolution is this scenario Sounds like you have to do a ro

RE: precision of log4j

2008-07-07 Thread sana qadir
resolution but also negative propagation values which are ridiculous. Any idea about how I can get better resolution is this scenario?   Regards, Sana --- On Tue, 6/24/08, Michael Erskine <[EMAIL PROTECTED]> wrote: From: Michael Erskine <[EMAIL PROTECTED]> Subject: RE: precision of log4

RE: precision of log4j

2008-06-24 Thread Michael Erskine
> From: sana qadir [mailto:[EMAIL PROTECTED] > Sent: 24 June 2008 05:40 > Subject: precision of log4j > I am using log4j to help me record the execution times of several > functions (1 to n) using code similar to the following snippet: > > logger.debug("Timestamp

precision of log4j

2008-06-23 Thread sana qadir
Hello,   I am using log4j to help me record the execution times of several functions (1 to n) using code similar to the following snippet:     logger.debug("Timestamp before..."); function_n(); logger.debug("Timestamp after...");     For most of the functions I get execution time of 0ms. This is d