Module interval

Module interval 

Source
Expand description

Defines our Interval types.

These represent 2 paired log values, such as a start and end time.

Structs§

PerfwarnInterval
A performance warning interval that tracks execution time.
PerfwarnIntervalIf
A conditional performance warning interval that logs only if execution exceeds a threshold.
ProfileInterval
A profiling interval that logs when created and dropped.

Functions§

next_profile_id
Generates the next unique profile interval ID.