Skip to content

Releases: JuliaPerf/LinuxPerf.jl

v0.4.2

12 Dec 04:45
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.1...v0.4.2

v0.4.1

12 Dec 04:26
Compare
Choose a tag to compare

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

25 Sep 21:15
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.8...v0.4.0

v0.3.8

07 Mar 10:57
f04fff2
Compare
Choose a tag to compare

LinuxPerf v0.3.8

Diff since v0.3.7

Merged pull requests:

v0.3.7

12 Jan 14:44
3c3375d
Compare
Choose a tag to compare

LinuxPerf v0.3.7

Diff since v0.3.6

Merged pull requests:

  • Expand output of parse_groups in parse_pstats_options, fixes pr #32 (#36) (@Zentrik)

v0.3.6

15 Oct 09:10
9239953
Compare
Choose a tag to compare

LinuxPerf v0.3.6

Diff since v0.3.5

Merged pull requests:

Closed issues:

  • Error showing value of type LinuxPerf.Counters (#27)

v0.3.5

06 Aug 07:56
2cb5f9b
Compare
Choose a tag to compare

LinuxPerf v0.3.5

Diff since v0.3.4

Closed issues:

  • Is printing broken? (#30)

Merged pull requests:

  • In the expression returned by the parse_pstats_options function, expand the output of parse_groups (#32) (@DilumAluthge)
  • Bump the version number for a non-breaking release (#33) (@DilumAluthge)

v0.3.4

15 Oct 18:57
a7fee0f
Compare
Choose a tag to compare

LinuxPerf v0.3.4

Diff since v0.3.3

Merged pull requests:

v0.3.3

27 Apr 05:14
e4d55e0
Compare
Choose a tag to compare

LinuxPerf v0.3.3

Diff since v0.3.2

Closed issues:

  • Fix CI (#12)
  • Improve README (#21)

Merged pull requests:

v0.3.2

01 Nov 21:04
45effd2
Compare
Choose a tag to compare

LinuxPerf v0.3.2

Diff since v0.3.1

Merged pull requests:

  • Add more cache events (#22) (@tkf)