Searched defs:Metric (Results 1 – 6 of 6) sorted by relevance
/llvm-project/clang-tools-extra/clangd/support/ |
H A D | Trace.h | 38 struct Metric { struct 39 enum MetricType { argument 64 const MetricType Type; argument 72 /// Spans and trace::log, the measurements are produced by Metrics::record. argument 100 virtual void record(const Metric &Metric, double Value, in record()
|
H A D | Trace.cpp | 206 void record(const Metric &Metric, double Value, in record()
|
/llvm-project/clang-tools-extra/clangd/unittests/support/ |
H A D | TestTracer.cpp | 17 void TestTracer::record(const Metric &Metric, double Value, in record() 23 std::vector<double> TestTracer::takeMetric(llvm::StringRef Metric, in takeMetric()
|
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | GCNSchedStrategy.h | 150 unsigned Metric = (BubbleCycles * ScaleFactor) / ScheduleLength; getMetric() local
|
/llvm-project/llvm/tools/llvm-remarkutil/ |
H A D | RemarkSizeDiff.cpp | 169 static void printSummaryItem(int64_t TotalA, int64_t TotalB, StringRef Metric, in printSummaryItem()
|
/llvm-project/llvm/tools/llvm-profdata/ |
H A D | llvm-profdata.cpp | 3118 std::string Metric = showHotFunctionList() local
|