Menu

#8 Enable for high resolution timer

closed
nobody
None
5
2006-07-17
2006-03-20
No

Please provide a possibility to use some other timer
implementation instead of System.currentTimeMillis().
In our project we use jamon but we need to patch it
to get more accurate timing results (this is when the
measured value is 0!).

Discussion

  • Steve Souza

    Steve Souza - 2006-07-17
    • status: open --> closed
     
  • Steve Souza

    Steve Souza - 2006-07-17

    Logged In: YES
    user_id=828052

    Note you can pass any time to the jamon add method and have
    the granularity you desire:
    MonitorFactory.add("fasttime","ns.",1000);