Searched refs:ResultAggMode (Results 1 – 5 of 5) sorted by relevance
73 InstructionBenchmark::ResultAggregationModeE ResultAggMode) const { in createBenchmarkRunner()89 return createLatencyBenchmarkRunner(State, Mode, ResultAggMode); in createBenchmarkRunner()94 return createUopsBenchmarkRunner(State, ResultAggMode); in createBenchmarkRunner()111 InstructionBenchmark::ResultAggregationModeE ResultAggMode) const { in createLatencyBenchmarkRunner()112 return std::make_unique<LatencyBenchmarkRunner>(State, Mode, ResultAggMode); in createLatencyBenchmarkRunner()
26 InstructionBenchmark::ResultAggregationModeE ResultAggMode);33 InstructionBenchmark::ResultAggregationModeE ResultAggMode; variable
158 InstructionBenchmark::ResultAggregationModeE ResultAggMode =196 InstructionBenchmark::ResultAggregationModeE ResultAggMode) const;199 InstructionBenchmark::ResultAggregationModeE ResultAggMode) const;
28 ResultAggMode = ResultAgg; in LatencyBenchmarkRunner()106 switch (ResultAggMode) { in runMeasurements()139 .concat(std::to_string(ResultAggMode))); in runMeasurements()
87 ResultAggMode( variable305 BenchmarkMode, State, ResultAggMode)); in benchmarkMain()