Searched refs:JsCpuProfilerStatisticsStruct (Results 1 – 4 of 4) sorted by relevance
21 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(
21 …lerUIStruct, JsCpuProfilerChartFrame, JsCpuProfilerTabStruct, JsCpuProfilerStatisticsStruct } from…27 let jsCpuProfilerStatisticsStruct = new JsCpuProfilerStatisticsStruct();
18 import { JsCpuProfilerStatisticsStruct } from '../../../../../../dist/trace/bean/JsStruct.js';
114 export class JsCpuProfilerStatisticsStruct { class