Home
last modified time | relevance | path

Searched refs:Metrics (Results 1 - 13 of 13) sorted by relevance

/third_party/ninja/src/
H A Dmetrics.cc28 Metrics* g_metrics = NULL;
82 Metric* Metrics::NewMetric(const string& name) { in NewMetric()
91 void Metrics::Report() { in Report()
H A Dmetrics.h23 /// The Metrics module is used for the debug mode that dumps timing stats of
49 struct Metrics { struct
95 extern Metrics* g_metrics;
H A Dninja.cc1193 g_metrics = new Metrics; in DebugEnable()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DLoopRotationUtils.cpp246 CodeMetrics Metrics; in rotateLoop() local
247 Metrics.analyzeBasicBlock(OrigHeader, *TTI, EphValues); in rotateLoop()
248 if (Metrics.notDuplicatable) { in rotateLoop()
255 if (Metrics.convergent) { in rotateLoop()
261 if (Metrics.NumInsts > MaxHeaderSize) in rotateLoop()
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/sample/sfview/
H A DViewableTaggedData.java31 private final Metrics metrics;
34 this(markers, new Style(), new Metrics()); in ViewableTaggedData()
37 private ViewableTaggedData(List<Marker> markers, Style style, Metrics metrics) { in ViewableTaggedData()
73 private static class Metrics { class in ViewableTaggedData
85 private Metrics() { in Metrics() method in ViewableTaggedData.Metrics
336 private final Metrics metrics;
348 private DrawContext(Style style, Metrics metrics, Graphics g, int x, int y) { in DrawContext()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DLoopDataPrefetch.cpp224 CodeMetrics Metrics; in runOnLoop() local
234 Metrics.analyzeBasicBlock(BB, *TTI, EphValues); in runOnLoop()
236 unsigned LoopSize = Metrics.NumInsts; in runOnLoop()
H A DLoopUnrollPass.cpp645 CodeMetrics Metrics; in ApproximateLoopSize() local
647 Metrics.analyzeBasicBlock(BB, TTI, EphValues); in ApproximateLoopSize()
648 NumCalls = Metrics.NumInlineCandidates; in ApproximateLoopSize()
649 NotDuplicatable = Metrics.notDuplicatable; in ApproximateLoopSize()
650 Convergent = Metrics.convergent; in ApproximateLoopSize()
652 unsigned LoopSize = Metrics.NumInsts; in ApproximateLoopSize()
H A DLoopUnswitch.cpp298 CodeMetrics Metrics; in countLoop() local
301 Metrics.analyzeBasicBlock(*I, TTI, EphValues); in countLoop()
303 Props.SizeEstimation = Metrics.NumInsts; in countLoop()
308 if (Metrics.notDuplicatable) { in countLoop()
/third_party/rust/crates/codespan/codespan-reporting/src/term/
H A Drenderer.rs409 let placeholder_metrics = Metrics { in render_snippet_source()
669 ) -> impl Iterator<Item = (Metrics, char)> { in char_metrics()
676 let metrics = Metrics { in char_metrics()
989 struct Metrics { structure names
/third_party/skia/third_party/externals/angle2/util/fuchsia/
H A DScenicWindow.h69 void onViewMetrics(const fuchsia::ui::gfx::Metrics &metrics);
H A DScenicWindow.cpp256 void ScenicWindow::onViewMetrics(const fuchsia::ui::gfx::Metrics &metrics) in onViewMetrics()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp491 CodeMetrics Metrics; in isHardwareLoopProfitable() local
493 Metrics.analyzeBasicBlock(BB, *this, EphValues); in isHardwareLoopProfitable()
495 if (Metrics.NumInsts <= (6 * SchedModel.getIssueWidth())) in isHardwareLoopProfitable()
/third_party/gn/src/gn/
H A Dcommand_format.cc136 struct Metrics { struct in commands::__anon2874::Printer
137 Metrics() : first_length(-1), longest_length(-1), multiline(false) {} in Metrics() function

Completed in 17 milliseconds