Home
last modified time | relevance | path

Searched refs:metrics (Results 1 – 18 of 18) sorted by relevance

/developtools/smartperf_host/ide/src/doc/md/
Dquickstart_parsing_ability.md52 ### tracestreamer 离线执行 sql 和 metrics 语句,对标 trace_processor_shell –q 和—run-metrics
Dquickstart_sql_metrics.md17 ![GitHub Logo](../../figures/Metrics/metrics.jpg)
/developtools/smartperf_host/ide/src/trace/component/
DStackBar.ts86 let metrics = context!.measureText(state);
87 return metrics.width;
/developtools/smartperf_host/trace_streamer/src/trace_streamer/
Dtrace_streamer_selector.h57 bool ParserAndPrintMetrics(const std::string &metrics);
69 const std::string MetricsSqlQuery(const std::string &metrics);
Dtrace_streamer_selector.cpp478 const std::string TraceStreamerSelector::MetricsSqlQuery(const std::string &metrics) in MetricsSqlQuery() argument
482 auto itor = metricsMap.find(metrics); in MetricsSqlQuery()
562 bool TraceStreamerSelector::ParserAndPrintMetrics(const std::string &metrics) in ParserAndPrintMetrics() argument
564 auto metricsName = SplitStringToVec(metrics, ","); in ParserAndPrintMetrics()
/developtools/smartperf_host/trace_streamer/test/
DBUILD.gn115 "../src/metrics",
118 "../src/metrics",
125 "../src/metrics",
152 "${SRC}/metrics",
/developtools/smartperf_host/ide/src/base-ui/chart/pie/
DLitChartPie.ts371 let metrics = this.ctx!.measureText(text); variable
372 let textWidth = metrics.width;
373 let textHeight = metrics.fontBoundingBoxAscent + metrics.fontBoundingBoxDescent;
/developtools/smartperf_host/trace_streamer/src/metrics/
DBUILD.gn29 sources = [ "metrics.cpp" ]
Dmetrics.h83 void ParserJson(const std::string &metrics, std::string &result);
Dmetrics.cpp49 void Metrics::ParserJson(const std::string &metrics, std::string &result) in ParserJson() argument
52 auto it = metricsFunction_.find(metrics); in ParserJson()
/developtools/smartperf_host/trace_streamer/test/test_fuzzer/bytrace_fuzzer/
DBUILD.gn33 "../../../src/metrics",
/developtools/smartperf_host/trace_streamer/test/test_fuzzer/htrace_fuzzer/
DBUILD.gn33 "../../../src/metrics",
/developtools/smartperf_host/trace_streamer/test/test_fuzzer/selector_fuzzer/
DBUILD.gn33 "../../../src/metrics",
/developtools/smartperf_host/trace_streamer/src/parser/rawtrace_parser/
DBUILD.gn27 "${SRC}/metrics",
/developtools/smartperf_host/trace_streamer/src/parser/pbreader_parser/
DBUILD.gn33 "../../metrics",
/developtools/smartperf_host/trace_streamer/src/
DBUILD.gn109 "metrics:metrics_parser",
/developtools/smartperf_host/
DREADME.md3 …sualization. With this tool, you can gain visibility into a multitude of metrics in terms of CPU s…
/developtools/profiler/hiebpf/include/
Dvmlinux.h57014 u32 metrics[17]; member
153488 u32 metrics[17]; member