Expand description
The pit of peach_profiler–where the macros are made. Not really useful on its own as
attribute macros expand assuming the presence of peach_profiler.
Macros§
- __
time_ bandwidth - Proc macro to instrumentally time a block of code.
Attribute Macros§
- time_
function - Attribtue macro to instrumentally time a function and how many times it was entered.
- time_
main - Attribtue macro to instrumentally time a binary.