Skip to content

Measure CPU Time not Wall Clock Time

Pre-release
Pre-release

Choose a tag to compare

@saxbophone saxbophone released this 09 Feb 00:13
· 2 commits to master since this release
v0.27.0

Changes:

  • Spiral's seconds_spent field now counts seconds of CPU time spent processing the spiral, not wall-clock time (the former is a more faithful reflection of processing complexity when compared with others on the same system).
  • Marked sxbp_resize_spiral() as deprecated from the Public library interface.
  • Amend directory and instructions to easily facilitate out-of-source builds.