|
| enum class | Id {
FirstEnumValue
, AggregateAllocaSplitting
, Aggregation
, AgnosticModRefSummarizer
,
AliasAnalysisPrecisionEvaluation
, AndersenAnalysis
, Annotation
, CommonNodeElimination
,
ControlFlowRecovery
, DataNodeToDelta
, DeadNodeElimination
, FunctionInlining
,
IfConversion
, InvariantValueRedirection
, JlmToRvsdgConversion
, LoopStrengthReduction
,
LoopUnrolling
, LoopUnswitching
, MemoryStateEncoder
, PullNodes
,
PushNodes
, ReduceNodes
, RegionAwareModRefSummarizer
, RvsdgConstruction
,
RvsdgDestruction
, RvsdgOptimization
, RvsdgTreePrinter
, ScalarEvolution
,
StoreValueForwarding
, LastEnumValue
} |
| |
| using | Measurement = std::variant< std::string, int64_t, uint64_t, double > |
| |
| using | MeasurementList = std::list< std::pair< std::string, Measurement > > |
| |
| using | TimerList = std::list< std::pair< std::string, util::Timer > > |
| |
| template<typename T > |
| void | AddMeasurement (std::string name, T value) |
| |
| util::Timer & | AddTimer (std::string name) |
| |
| util::Timer & | GetTimer (const std::string &name) |
| |
| const util::Timer & | GetTimer (const std::string &name) const |
| |
Definition at line 14 of file StatisticsTests.cpp.
◆ MyTestStatistics()
◆ Start()
| void MyTestStatistics::Start |
( |
uint64_t |
count, |
|
|
double |
weight |
|
) |
| |
|
inline |
◆ Stop()
| void MyTestStatistics::Stop |
( |
int64_t |
bankAccount, |
|
|
std::string |
state |
|
) |
| |
|
inline |
The documentation for this class was generated from the following file: