Skip to content

profile version 1.1.0

Compare
Choose a tag to compare
@davecheney davecheney released this 01 Jun 02:09
· 33 commits to master since this release

Version 1.1.0 adds explicit support for stopping and starting a profile multiple times. This was previously support, but untested, and contained a race condition. The race has been fixed and profiling multiple times during the execution of a program is now supported. Thanks to @valyala for adding this feature.

Fixes #18, #19