v4.4.0
What's Changed
We now collect buildtime and runtime environment data to warn users about differences in their runtime environment when comparing two runs against one another.
This data includes toolchain metadata like version and build options, as well as a list of dynamically loaded linked libraries.
- fix: fix segfault caused by multiple activate_stack_trampoline by @GuillaumeLagrange in #109
- fix: Exclude setup time from benchmark in walltime mode by @toby-coleman in #114
- feat: collect Python toolchain information via instrument hooks environment API by @GuillaumeLagrange in #108
New Contributors
- @toby-coleman made their first contribution in #114
Full Changelog: v4.3.0...v4.4.0