Crate crude_profiler [] [src]

Structs

Guard

A Guard causes a task to end when it is dropped.

Functions

clear

Forget any prior timings.

push

Push a task to the stack of tasks. The task will continue until the Guard is dropped.

replace

Replace the last task pushed with a new one.

report

Create a string that holds a report of time used.