Releases: JuliaPerf/LinuxPerf.jl
Releases · JuliaPerf/LinuxPerf.jl
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)
v0.3.2
v0.3.1
LinuxPerf v0.3.1
Closed issues:
Merged pull requests:
- Add pstats macro (#6) (@bicycle1885)
- Cherry-pick improvements (#7) (@vchuravy)
- CI: fix perf access permissions (#10) (@crstnbr)
- CompatHelper: bump compat for "PrettyTables" to "1" (#17) (@github-actions[bot])
- update TagBot (#18) (@ranocha)
- new release v0.3.1 (#19) (@ranocha)
- add smoke tests for at-pstats (#20) (@ranocha)