Home
last modified time | relevance | path

Searched refs:JsCpuProfilerStatisticsStruct (Results 1 – 4 of 4) sorted by relevance

/developtools/smartperf_host/ide/src/trace/component/trace/sheet/ark-ts/
DTabPaneJsCpuStatistics.ts21 import { JsCpuProfilerChartFrame, JsCpuProfilerStatisticsStruct } from '../../../../bean/JsStruct.j…
31 private statisticsSource: Array<JsCpuProfilerStatisticsStruct> = [];
89 private queryPieChartDataByType(res: Array<JsCpuProfilerStatisticsStruct>): void {
137 private totalData(source: Array<JsCpuProfilerStatisticsStruct>) {
152 …private setStatisticsData(results: Map<SampleType, number>): Array<JsCpuProfilerStatisticsStruct> {
155 let statisticsData: JsCpuProfilerStatisticsStruct;
168 ): JsCpuProfilerStatisticsStruct {
169 const statisticsStruct = new JsCpuProfilerStatisticsStruct(
/developtools/smartperf_host/ide/test/trace/bean/
DJsStruct.test.ts21 …lerUIStruct, JsCpuProfilerChartFrame, JsCpuProfilerTabStruct, JsCpuProfilerStatisticsStruct } from…
27 let jsCpuProfilerStatisticsStruct = new JsCpuProfilerStatisticsStruct();
/developtools/smartperf_host/ide/test/trace/component/trace/sheet/ark-ts/
DTabPaneJsCpuStatistics.test.ts18 import { JsCpuProfilerStatisticsStruct } from '../../../../../../dist/trace/bean/JsStruct.js';
/developtools/smartperf_host/ide/src/trace/bean/
DJsStruct.ts114 export class JsCpuProfilerStatisticsStruct { class