PackageTrack
Sign in Get early access

pprof

An internal perf tools for rust programs.

0.15.0 47M downloads/mo #1273 most downloaded on crates.io tikv/pprof-rs

What this package is like to depend on

Last release 1 years ago

23 Jul 2025

Release timing varies

gaps range from 8 days to 1.1 years

Most releases are documented

notes for 36 of 44 stable releases

1 version withdrawn

withdrawn after publishing

7 years old

45 releases · first in 2019

0 releases in the last 12 months

see the full history below

Release timeline

45 releases · Nov 2019 to Jul 2025
2020 2021 2022 2023 2024 2025 2026
Release Pre-release Withdrawn

Releases

latest 45
  1. 0.15.0 27 May 2025
    Release notes

    Added

    • Add support for framehop as unwinder (#267)
    • Add support for perfmap debug info format (#267)

    Fixed

    • Use spin-rs to replace parking lot to avoid potential deadlock (#268)

    Changed

    • Bump version of protobuf to 3.7.2 (#264)
    • Increase MSRV to 1.74.0 (#264)
    Open source →
  2. 0.14.1 23 Jul 2025

    Nothing published for this version

  3. 0.14.0 08 Nov 2024
    Release notes

    Fixed

    • Fix the alignment of the collector and validate function (#255)

    Changed

    • Bump the MSRV to 1.66.0 (#255)
    Open source →
  4. 0.13.0 27 Sep 2023
    Release notes

    Changed

    • Upgrade prost, prost-derive, prost-build to 0.12 (#223)
    Open source →
  5. 0.12.1 26 Jul 2023
    Release notes

    Fixed

    • Handle potentially unaligned frame pointer (#217)
    • Fix the register field name according to libc (#218)
    Open source →
  6. 0.12.0 03 Jul 2023
    Release notes

    Added

    • Support building pprof-rs for android target (#202)
    • Support building pprof-rs for freebsd target (#213)

    Changed

    • Upgrade criterion to 0.5 (#212)
    • Bump the MSRV to 1.64.0 (#204)

    Fixed

    • Hide perf_signal_handler frames on macOS (#207)
    Open source →
  7. 0.11.1 22 Feb 2023
    Release notes
    • Support RISC-V architecture (#169)

    • Support LoongArch64 architecture (#174)

    • Use a globally shared pipe to validate memory to avoid FD leak (#198)

    Open source →
    Release notes

    Added

    • Support RISC-V architecture (#169)
    • Support LoongArch64 architecture (#174)

    Fixed

    • Use a globally shared pipe to validate memory to avoid FD leak (#198)
    Open source →
  8. 0.11.0 03 Nov 2022
    Release notes
    • Upgrade prost 0.11 (#166)

    • Upgrade criterion from 0.3 to 0.4 (#163)

    • Restart syscalls interuppted by SIGPROF when possible (#167)

    • Only do per-frame-blocklist-check when frame-pointer is enabled (#172)

    Open source →
    Release notes

    Changed

    • Upgrade prost 0.11 (#166)
    • Upgrade criterion from 0.3 to 0.4 (#163)

    Fixed

    • Restart syscalls interuppted by SIGPROF when possible (#167)
    • Only do per-frame-blocklist-check when frame-pointer is enabled (#172)
    Open source →
  9. 0.10.1 29 Aug 2022
    Release notes

    Changed:

    • Update MAX_DEPTH to 128 (#159)

    Fixed:

    • Fixed clippy warnnings and ignore prost mod (#160)
    Open source →
    Release notes

    Changed

    • Update MAX_DEPTH to 128 (#159)

    Fixed

    • Fixed clippy warnnings and ignore prost mod (#160)
    Open source →
  10. 0.10.0 27 Jun 2022
    Release notes

    Changed:

    • Remove backtrace-rs feature, as the default choice when not specified (#130)

    Added:

    • Add sample_timestamp to Frames and UnresolvedFrames in order to have more fine-grained info on when the samples are collected (#133)

    Fixed:

    • Export UnresolvedReport type to allow developers to get the unresolved report (#132)
    Open source →
    Release notes

    Changed

    • Remove backtrace-rs feature, as the default choice when not specified (#130)

    Added

    • Add sample_timestamp to Frames and UnresolvedFrames in order to have more fine-grained info on when the samples are collected (#133)

    Fixed

    • Export UnresolvedReport type to allow developers to get the unresolved report (#132)
    Open source →
  11. 0.9.1 19 May 2022
    Release notes
    • Protect the error number in signal handler (#128)
    Open source →
    Release notes

    Fixed

    • Protect the error number in signal handler (#128)
    Open source →
  12. 0.9.0 10 May 2022
    Release notes

    Added

    • Add frame-pointer feature to unwind the stack with frame pointer (#116)

    Changed

    • The user has to specify one unwind implementation (backtrace-rs or frame-pointer) in the features (#116)
    Open source →
  13. 0.8.0 20 Apr 2022
    Release notes

    Changed

    • Update prost from 0.9 to 0.10 (#113, #114, #115)

    Fixed

    • Fix pthread_getname_np not available on musl (#110)
    Open source →
  14. 0.7.0 08 Mar 2022
    Release notes

    Added

    • Add rust-protobuf support by adding protobuf-codec features (#106)

    Changed

    • protobuf feature is renamed to prost-codec to align all other tikv projects (#106)
    Open source →
  15. 0.6.2 23 Dec 2021
    Release notes

    Added

    • implement Clone for ProfilerGuardBuilder @yangkeao
    • Add thread names and timing information to protobuf reports @free
    Open source →
  16. 0.6.1 01 Nov 2021
    Release notes

    Added

    • blocklist to skip sampling in selected shared library @yangkeao

    Fixed

    • Fix memory leak in collector of samples @yangkeao
    Open source →
  17. 0.6.0 21 Oct 2021
    Release notes

    @PsiACE:

    • Bump nix to v0.23
    • Bump prost* to v0.9.0
    • Make clippy happy
    Open source →
    Release notes

    Changed

    Security

    Open source →
  18. 0.5.1 01 Nov 2021
    Release notes

    @YangKeao:

    • fix memory leak in collector
    Open source →
  19. 0.5.0 19 Jul 2021
    Release notes

    @PsiACE:

    • Bump prost* from 0.7 to 0.8
    Open source →
    Release notes

    Changed

    Open source →
  20. 0.4.5 01 Nov 2021
    Release notes

    @YangKeao

    • fix memory leak in collector
    Open source →
  21. 0.4.4 13 Jul 2021
    Release notes

    Fixed

    • Fix the lifetime mark is not used by criterion output @yangkeao
    Open source →
  22. 0.4.3 18 Mar 2021
    Release notes

    Changed

    • Change the output paths for criterion::PProfProfiler to support benchmark groups @yangkeao

    Security

    Open source →
  23. 0.4.2 20 Feb 2021
    Release notes

    Added

    Fixed

    • Fix compilation error on arm architecture @yangkeao
    Open source →
  24. 0.4.1 10 Feb 2021
    Release notes

    Added

    • Allow passing custom flamegraph options @yangkeao
    Open source →
  25. 0.4.0 30 Dec 2020
    Release notes

    Fix

    Open source →
  26. 0.3.23 01 Nov 2021
    Release notes

    @YangKeao:

    • fix memory leak in collector
    Open source →
  27. 0.3.22 29 Jun 2021

    Nothing published for this version

  28. 0.3.21 28 Dec 2020 withdrawn
    Release notes

    Changed

    Security

    • Bump rand to v0.8 @dependabot
    • Bump nix to v0.19 @dependabot
    Open source →
  29. 0.3.20 11 Dec 2020
    Release notes

    Changed

    • Split symbolic-demangle into multiple features @yangkeao
    Open source →
  30. 0.3.19 11 Dec 2020
    Release notes

    Fix

    • Ignore SIGPROF signal after stop, rather than reset to the default handler @yangkeao
    Open source →
  31. 0.3.18 07 Aug 2020
    Release notes

    Added

    Changed

    • Change from &mut self to &self in RpoertBuilder::build @umanwizard
    Open source →
  32. 0.3.17 09 Jul 2020

    Nothing published for this version

  33. 0.3.16 25 Feb 2020
    Release notes

    Added

    Open source →
  34. 0.3.15 05 Feb 2020
    Release notes

    Added

    • Filter out signal handler functions @yangkeao

    Fixed

    Open source →
  35. 0.3.14 05 Feb 2020
    Release notes

    Fixed

    • Don't get lock inside backtrace::Backtrace @yangkeao
    Open source →
  36. 0.3.13 31 Jan 2020
    Release notes

    Added

    Fixed

    • Only use thread name on linux and macos @yangkeao
    • Disable #![feature(test)] outside of tests @kennytm
    Open source →
  37. 0.3.12 27 Nov 2019
    Release notes

    Fixed

    Open source →
  38. 0.3.11 15 Nov 2019

    Nothing published for this version

  39. 0.3.10 14 Nov 2019

    Nothing published for this version

  40. 0.3.9 08 Nov 2019
    Release notes

    Added

    • Support profobuf output @lonng
    Open source →
  41. 0.3.8 04 Nov 2019

    Nothing published for this version

  42. 0.3.7 04 Nov 2019

    Nothing published for this version

  43. 0.3.6 04 Nov 2019

    Nothing published for this version

  44. 0.3.5 04 Nov 2019
    Release notes

    Changed

    • Change crate name from rsperftools to pprof-rs @yangkeao
    Open source →
  45. 0.3.4 04 Nov 2019
    Release notes

    Changed

    Open source →

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive