Skip to content
Snippets Groups Projects
Commit a088bda4 authored by Mark OLESEN's avatar Mark OLESEN
Browse files

ENH: use unique_ptr for memory management of profiling

- 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
parent b64ada3d
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment