[slf4j-dev] [Bug 123] [SLF4J-EXT] Profiler doesn' t convert times to secondes when not stopped.

bugzilla-daemon at pixie.qos.ch bugzilla-daemon at pixie.qos.ch
Mon Dec 22 13:56:32 CET 2008


http://bugzilla.slf4j.org/show_bug.cgi?id=123





--- Comment #1 from Sebastien Pennec <sebastien at qos.ch>  2008-12-22 13:56:32 ---
After a quick look at the source code, this might not be a bug...

If the unit to convert the times to is found based on the total time, calling
log() or print() before stopping the main profiler will prevent the formatter
from knowing what kind of unit to convert to... 

In that case, using nanoseconds seems like the best choice, since it's the only
one that makes sure that there is no data lost...

By bad... Ceki, feel free to close this entry :)


-- 
Configure bugmail: http://bugzilla.slf4j.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the slf4j-dev mailing list