Skip to content
  • Mark OLESEN's avatar
    ENH: use unique_ptr for memory management of profiling · a088bda4
    Mark OLESEN authored
    - makes it easier to distinguish between pointers referring to pool
      data versus pointers actually holding storage, avoids
      manual demand-driven deletion and autoPtr.
    
    ENH: simplify/improve Pstream profiling
    
    - times now double (not scalar) for consistency with what cpuTime
      delivers
    
    - use bool to track suspend state
    a088bda4