Releases: JuliaPerf/LinuxPerf.jl
Releases · JuliaPerf/LinuxPerf.jl
v0.4.2
What's Changed
- Remove
@noinline
for Julia 1.6 / 1.7 by @topolarity in #51
Full Changelog: v0.4.1...v0.4.2
v0.4.1
What's Changed
- Fix-up behavior for empty
PerfGroup
by @topolarity in #44 - Add fastpath for prctl and add fallback instead of erroring by @Zentrik in #43
- Fix-up i686/armv7 support by @topolarity in #45
- More robustly prevent compiler from eliminating code to be benchmarked by @Zentrik in #48
Full Changelog: v0.4.0...v0.4.1
v0.4.0
What's Changed
- Add warning for
perf_event_paranoid >= 3
by @topolarity in #40 - Use prctl to enable/ disable perf for lower overhead by @Zentrik in #38
- Fix syscall numbers for non-x86_64 architectures by @topolarity in #41
- Don't leak
PerfBench
in@measure
by @topolarity in #42
New Contributors
- @topolarity made their first contribution in #40
Full Changelog: v0.3.8...v0.4.0
v0.3.8
v0.3.7
LinuxPerf v0.3.7
Merged pull requests:
v0.3.6
LinuxPerf v0.3.6
Merged pull requests:
- update counter show method for PrettyTables 2 (#28) (@chriselrod)
- CI: Enable Dependabot for GitHub Actions (#29) (@ranocha)
- CI: force Buildkite CI to run on
x86_64
(#34) (@DilumAluthge)
Closed issues:
- Error showing value of type LinuxPerf.Counters (#27)
v0.3.5
LinuxPerf v0.3.5
Closed issues:
- Is printing broken? (#30)
Merged pull requests:
- In the expression returned by the
parse_pstats_options
function, expand the output ofparse_groups
(#32) (@DilumAluthge) - Bump the version number for a non-breaking release (#33) (@DilumAluthge)
v0.3.4
v0.3.3
LinuxPerf v0.3.3
Closed issues:
Merged pull requests:
- Setup Buildkite (#23) (@tkf)
- Add an example of the pstats macro to README (closes #21) (#25) (@bicycle1885)