Home
last modified time | relevance | path

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

/developtools/smartperf_host/ide/src/trace/component/trace/sheet/native-memory/
DTabPaneNMStatstics.ts19 import { NativeHookMalloc, NativeHookStatisticsTableData } from '../../../../bean/NativeHook';
35 private nativeStatisticsSource: Array<NativeHookStatisticsTableData> = [];
85 let arr: Array<NativeHookStatisticsTableData> = [];
105 …setMallocTableData(result: Array<NativeHookMalloc>, arr: Array<NativeHookStatisticsTableData>, typ…
107 let data = new NativeHookStatisticsTableData();
136 …setSubTypeTableData(result: Array<NativeHookMalloc>, arr: Array<NativeHookStatisticsTableData>): v…
140 let data = new NativeHookStatisticsTableData();
162 arr: Array<NativeHookStatisticsTableData>
164 let all: NativeHookStatisticsTableData | null = null;
165 let heap: NativeHookStatisticsTableData | null = null;
[all …]
/developtools/smartperf_host/ide/test/trace/component/trace/sheet/native-memory/
DTabPaneNMStatstics.test.ts17 import { NativeHookMalloc, NativeHookStatisticsTableData, } from '../../../../../../src/trace/bean/…
76 let nativeHookStatisticsTableData: Array<NativeHookStatisticsTableData> = [
/developtools/smartperf_host/ide/test/trace/bean/
DNativeHook.test.ts21 NativeHookStatisticsTableData,
154 let nativeHookStatisticsTableData = new NativeHookStatisticsTableData();
/developtools/smartperf_host/ide/src/trace/bean/
DNativeHook.ts59 export class NativeHookStatisticsTableData { class