llvm::TimeProfilingPassesHandler

This class implements --time-trace functionality for new pass manager. It provides the pass-instrumentation callbacks that measure the pass execution time. They collect time tracing info by TimeProfiler.

Synopsis

Declared in <llvm/Passes/StandardInstrumentations.h>

class TimeProfilingPassesHandler;

Member Functions

NameDescription
TimeProfilingPassesHandler [constructor]Constructors
operator= [deleted]
registerCallbacks