Crate peach_pit

Crate peach_pit 

Source
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.