Skip to content
  • Mark OLESEN's avatar
    ENH: reduce overhead for clockTime, cpuTime · 9b8317b7
    Mark OLESEN authored
    - clockValue class for managing the clock values only, with a null
      constructor that does not query the system clock (can defer to later).
      Can also be used directly for +/- operations.
    
    - refactor clockTime, cpuTime, clock to reduce storage.
    9b8317b7