[][src]Module compiler_shared::timing

Measures time taken by single phases of the compiler.

This is especially useful to detect problems in optimization routines.

This is NOT an utility that should be used for benchmarking! Benchmarking involves running a program multiple times with warm up phases and median/avg/stddev of measurements.

Structs

AsciiDisp
Measurement
MeasurementGuard
SingleMeasurement

Functions

print

Type Definitions

CompilerMeasurements