#include "llvm/TableGen/TGTimer.h"
Definition at line 24 of file TGTimer.h.
◆ TGTimer()
llvm::TGTimer::TGTimer |
( |
| ) |
|
|
default |
◆ ~TGTimer()
llvm::TGTimer::~TGTimer |
( |
| ) |
|
|
default |
◆ startBackendTimer()
void TGTimer::startBackendTimer |
( |
StringRef | Name | ) |
|
Start timing the overall backend.
If the backend itself starts a timer, then this timer is cleared.
Definition at line 41 of file TGTimer.cpp.
References startTimer().
◆ startPhaseTiming()
void llvm::TGTimer::startPhaseTiming |
( |
| ) |
|
|
inline |
Start phase timing; called if the –time-phases option is specified.
Definition at line 35 of file TGTimer.h.
◆ startTimer()
◆ stopBackendTimer()
void TGTimer::stopBackendTimer |
( |
| ) |
|
◆ stopPhaseTiming()
void llvm::TGTimer::stopPhaseTiming |
( |
| ) |
|
|
inline |
Stop phase timing and print the report.
Definition at line 54 of file TGTimer.h.
◆ stopTimer()
void TGTimer::stopTimer |
( |
| ) |
|
The documentation for this class was generated from the following files: