profiling-procmacros
This crate provides a very thin abstraction over other profiler crates.
1.0.18
45M downloads/mo
#1300 most downloaded on crates.io
aclysma/profiling
What this package is like to depend on
Last release 3 months ago
04 May 2026
Release timing varies
gaps range from 1 weeks to 10 months
Nearly every release is documented
notes for 23 of 23 stable releases
Nothing withdrawn
no release was ever pulled
6 years old
23 releases · first in 2020
1 release in the last 12 months
see the full history below
Release timeline
23 releases · Nov 2020 to May 2026
2021
2022
2023
2024
2025
2026
Releases
latest 23-
1.0.1804 May 2026Release notes
Open source →- MSRV updated to 1.85. (Upstream packages adopting edition 2024 cannot be compiled on prior MSRV)
- Update puffin to 0.20
-
1.0.1722 Jun 2025 -
1.0.1614 Oct 2024Release notes
Open source →- Address warnings from upstream rustc changes
- Update puffin to 0.19.1
- Update tracing-tracy to 0.11.3 and tracing-subscriber to 0.3
- Implement finish_frame! for tracing
- Add fuction_scope!() as an alternative to the function proc macro
- Avoid local variable names that don't start with an underscore introduced into a function's namespace
-
1.0.1517 Feb 2024Release notes
Open source →- Also includes egui, puffin_egui, env_logger version bumps in the puffin demo to address CI failure
Release notes
Open source →- Update tracy-client to 0.17
- Misc. egui/puffin_egui version bumps in the puffin demo
-
1.0.1430 Jan 2024Release notes
Open source →- Due to MSRV being practically limited by selected profiling backend, the formally declared MSRV has been removed. See readme.md for details.
- Update puffin to 0.19
-
1.0.1320 Dec 2023Release notes
Open source →- Update MSRV to 1.60
- Make feature dependency on profiling-procmacros optional so that it is no longer being unintentionally enabled
-
1.0.1209 Dec 2023Release notes
Open source →- Update to puffin 0.18
- Puffin example moved to a demo project, rewritten to use egui/eframe
-
1.0.1118 Sep 2023 -
1.0.1030 Aug 2023 -
1.0.904 Aug 2023Release notes
Open source →- Update to newer version of puffin, updates to several other dev-dependencies
- Update to syn 2.0
-
1.0.816 Apr 2023Release notes
Open source →- Update tracy-client to 0.15.1
- Add no_std (std likely is still required for any backends to be turned on)
-
1.0.708 Oct 2022 -
1.0.626 May 2022 -
1.0.504 Jan 2022 -
1.0.431 Oct 2021 -
1.0.325 Jun 2021 -
1.0.209 Jun 2021Release notes
Open source →- Fix tracing backend failing to compile when tracing crate is not a dependency in the downstream crate
-
1.0.129 Apr 2021Release notes
Open source →- Rework feature flags so that downstream libraries no longer have to add feature flags per profiling backend.
- Add a backend that does type checking (for CI purposes)
-
1.0.010 Apr 2021 -
0.1.313 Dec 2020Release notes
Open source →- Re-export the profiler crates, simplifying changes needed in end-user's cargo.toml
-
0.1.226 Nov 2020Release notes
Open source →- Remove unintended and unnecessary dependencies from the procmacro crate
- Republish the bindings crate mainly to fix readme typos and add a bit more info about the exposed APIs
-
0.1.126 Nov 2020Release notes
Open source →- Add profiling::function procmacro
- Add profiling::register_thread!()
- Add profiling::finish_frame!()
- Add support for superluminal
- Fixed incorrect usage of span!() that affected tracy captures
- More examples, improved documentation
-
0.1.026 Nov 2020