Home
last modified time | relevance | path

Searched refs:Measurement (Results 1 – 11 of 11) sorted by relevance

/llvm-project-15.0.7/llvm/tools/llvm-exegesis/lib/
H A DAnalysis.cpp147 for (const auto &Measurement : Point.Measurements) { in printInstructionRowCsv() local
149 writeMeasurementValue<kEscapeCsv>(OS, Measurement.PerInstructionValue); in printInstructionRowCsv()
198 for (const auto &Measurement : Clustering_.getPoints().front().Measurements) { in run() local
200 writeEscaped<kEscapeCsv>(OS, Measurement.Key); in run()
308 for (const auto &Measurement : in printSchedClassClustersHtml() local
311 writeEscaped<kEscapeHtml>(OS, Measurement.Key); in printSchedClassClustersHtml()
450 for (const auto &Measurement : Points[Cluster.PointIndices[0]].Measurements) { in printClusterRawHtml() local
452 writeEscaped<kEscapeHtml>(OS, Measurement.Key); in printClusterRawHtml()
462 for (const auto &Measurement : Points[PointId].Measurements) { in printClusterRawHtml() local
464 writeMeasurementValue<kEscapeHtml>(OS, Measurement.PerInstructionValue); in printClusterRawHtml()
H A DBenchmarkRunner.cpp244 BenchmarkMeasure &Measurement = std::get<0>(I); in runConfiguration() local
246 assert(Measurement.Key == NewMeasurement.Key && in runConfiguration()
249 Measurement.PerInstructionValue = std::min( in runConfiguration()
250 Measurement.PerInstructionValue, NewMeasurement.PerInstructionValue); in runConfiguration()
251 Measurement.PerSnippetValue = in runConfiguration()
252 std::min(Measurement.PerSnippetValue, NewMeasurement.PerSnippetValue); in runConfiguration()
/llvm-project-15.0.7/libc/benchmarks/
H A DLibcBenchmark.h125 struct Measurement { struct
136 Duration update(const Measurement &M) { in update() argument
156 double computeImprovement(const Measurement &M) { in computeImprovement()
/llvm-project-15.0.7/lldb/examples/python/
H A Dperformance.py283 class Measurement: class
293 class MemoryMeasurement(Measurement):
297 Measurement.__init__(self)
/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZInstrSystem.td441 // CPU-Measurement Facility Instructions (SA23-2260).
H A DSystemZScheduleZ196.td1216 // System: CPU-Measurement Facility Instructions
H A DSystemZScheduleZEC12.td1261 // System: CPU-Measurement Facility Instructions
H A DSystemZScheduleZ13.td1535 // System: CPU-Measurement Facility Instructions
H A DSystemZScheduleZ16.td1704 // System: CPU-Measurement Facility Instructions
H A DSystemZScheduleZ15.td1671 // System: CPU-Measurement Facility Instructions
H A DSystemZScheduleZ14.td1625 // System: CPU-Measurement Facility Instructions