public
Description: a fast, high resolution timer library for recording performance metrics
Homepage: http://copiousfreetime.rubyforge.org/hitimes
Clone URL: git://github.com/copiousfreetime/hitimes.git
hitimes / TODO.taskpaper
100644 14 lines (12 sloc) 0.497 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Future Release:
    - a replacement for Time.now that only gets a new Time value if the time has
      passed 1 sec.
    - how to get current timeofday in nanoseconds from all systems
    - create a pure ruby version
    - do not blow up on install if unable to compile, fall back to pure ruby
      version
    - timer to_json to report the base stats
    - add string format for stats
 
Breaking ideas:
    - how about converting all times to nanosecond units?
    - or allowing it to be picked?