Home
last modified time | relevance | path

Searched defs:Metric (Results 1 – 6 of 6) sorted by relevance

/llvm-project/clang-tools-extra/clangd/support/
H A DTrace.h38 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 DTrace.cpp206 void record(const Metric &Metric, double Value, in record()
/llvm-project/clang-tools-extra/clangd/unittests/support/
H A DTestTracer.cpp17 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 DGCNSchedStrategy.h150 unsigned Metric = (BubbleCycles * ScaleFactor) / ScheduleLength; getMetric() local
/llvm-project/llvm/tools/llvm-remarkutil/
H A DRemarkSizeDiff.cpp169 static void printSummaryItem(int64_t TotalA, int64_t TotalB, StringRef Metric, in printSummaryItem()
/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp3118 std::string Metric = showHotFunctionList() local