Home
last modified time | relevance | path

Searched refs:computeMetric (Results 1 – 5 of 5) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/perfetto/ui/src/controller/
H A Dmetrics_controller.ts52 private async computeMetric(name: string) {
56 const metricResult = await this.engine.computeMetric([name]);
76 this.computeMetric(requestedMetric);
H A Dtrace_controller.ts493 await engine.computeMetric([metric]);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/perfetto/ui/src/common/
H A Dengine.ts114 async computeMetric(metrics: string[]): Promise<ComputeMetricResult> {
/dports/cad/gmsh/gmsh-4.9.2-source/Mesh/
H A DmeshMetric.h112 void computeMetric(int metricNumber);
H A DmeshMetric.cpp76 computeMetric(metricNumber); in addMetric()
748 void meshMetric::computeMetric(int metricNumber) in computeMetric() function in meshMetric