Searched refs:metrics (Results 1 – 18 of 18) sorted by relevance
/developtools/smartperf_host/ide/src/doc/md/ |
D | quickstart_parsing_ability.md | 52 ### tracestreamer 离线执行 sql 和 metrics 语句,对标 trace_processor_shell –q 和—run-metrics
|
D | quickstart_sql_metrics.md | 17 ![GitHub Logo](../../figures/Metrics/metrics.jpg)
|
/developtools/smartperf_host/ide/src/trace/component/ |
D | StackBar.ts | 86 let metrics = context!.measureText(state); 87 return metrics.width;
|
/developtools/smartperf_host/trace_streamer/src/trace_streamer/ |
D | trace_streamer_selector.h | 57 bool ParserAndPrintMetrics(const std::string &metrics); 69 const std::string MetricsSqlQuery(const std::string &metrics);
|
D | trace_streamer_selector.cpp | 478 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/ |
D | BUILD.gn | 115 "../src/metrics", 118 "../src/metrics", 125 "../src/metrics", 152 "${SRC}/metrics",
|
/developtools/smartperf_host/ide/src/base-ui/chart/pie/ |
D | LitChartPie.ts | 371 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/ |
D | BUILD.gn | 29 sources = [ "metrics.cpp" ]
|
D | metrics.h | 83 void ParserJson(const std::string &metrics, std::string &result);
|
D | metrics.cpp | 49 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/ |
D | BUILD.gn | 33 "../../../src/metrics",
|
/developtools/smartperf_host/trace_streamer/test/test_fuzzer/htrace_fuzzer/ |
D | BUILD.gn | 33 "../../../src/metrics",
|
/developtools/smartperf_host/trace_streamer/test/test_fuzzer/selector_fuzzer/ |
D | BUILD.gn | 33 "../../../src/metrics",
|
/developtools/smartperf_host/trace_streamer/src/parser/rawtrace_parser/ |
D | BUILD.gn | 27 "${SRC}/metrics",
|
/developtools/smartperf_host/trace_streamer/src/parser/pbreader_parser/ |
D | BUILD.gn | 33 "../../metrics",
|
/developtools/smartperf_host/trace_streamer/src/ |
D | BUILD.gn | 109 "metrics:metrics_parser",
|
/developtools/smartperf_host/ |
D | README.md | 3 …sualization. With this tool, you can gain visibility into a multitude of metrics in terms of CPU s…
|
/developtools/profiler/hiebpf/include/ |
D | vmlinux.h | 57014 u32 metrics[17]; member 153488 u32 metrics[17]; member
|