Skip to content

ENH: reduce profiling overhead (issue #764)

Mark OLESEN requested to merge feature-profiling into develop
  • avoid clockTime in favour of clockValue.

  • avoid allocations when profiling is not active.

  • replace hashing with manual pointer lists

Merge request reports