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 { type JsCpuProfilerChartFrame, JsCpuProfilerStatisticsStruct } from '../../../../bean/JsStr…
32 private statisticsSource: Array<JsCpuProfilerStatisticsStruct> = [];
97 private queryPieChartDataByType(res: Array<JsCpuProfilerStatisticsStruct>): void {
160 private totalData(source: Array<JsCpuProfilerStatisticsStruct>): JsCpuProfilerStatisticsStruct {
174 …private setStatisticsData(results: Map<SampleType, number>): Array<JsCpuProfilerStatisticsStruct> {
177 let statisticsData: JsCpuProfilerStatisticsStruct;
190 ): JsCpuProfilerStatisticsStruct {
191 …return new JsCpuProfilerStatisticsStruct(type, time, ns2s(time), ((time / percentage || 0) * 100).…
/developtools/smartperf_host/ide/test/trace/bean/
DJsStruct.test.ts20 …lerUIStruct, JsCpuProfilerChartFrame, JsCpuProfilerTabStruct, JsCpuProfilerStatisticsStruct } from…
26 let jsCpuProfilerStatisticsStruct = new JsCpuProfilerStatisticsStruct();
/developtools/smartperf_host/ide/src/trace/bean/
DJsStruct.ts120 export class JsCpuProfilerStatisticsStruct { class
/developtools/smartperf_host/ide/src/base-ui/table/
Dlit-table.ts25 import { JsCpuProfilerStatisticsStruct } from '../../trace/bean/JsStruct';
1644 … } else if (dataIndex === 'timeStr' && rowObject.data instanceof JsCpuProfilerStatisticsStruct) {