Home
last modified time | relevance | path

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

/developtools/smartperf_host/ide/src/trace/component/trace/sheet/native-memory/
DTabPaneNMStatstics.ts19 import { NativeHookMalloc, NativeHookStatisticsTableData } from '../../../../bean/NativeHook';
36 private nativeStatisticsSource: Array<NativeHookStatisticsTableData> = [];
84 let arr: Array<NativeHookStatisticsTableData> = [];
104 …setMallocTableData(result: Array<NativeHookMalloc>, arr: Array<NativeHookStatisticsTableData>, typ…
106 let data = new NativeHookStatisticsTableData();
135 …setSubTypeTableData(result: Array<NativeHookMalloc>, arr: Array<NativeHookStatisticsTableData>): v…
139 let data = new NativeHookStatisticsTableData();
161 arr: Array<NativeHookStatisticsTableData>
163 let all: NativeHookStatisticsTableData | null = null;
164 let heap: NativeHookStatisticsTableData | null = null;
[all …]
/developtools/smartperf_host/ide/test/trace/component/trace/sheet/native-memory/
DTabPaneNMStatstics.test.ts20 NativeHookStatisticsTableData,
60 let nativeHookStatisticsTableData: Array<NativeHookStatisticsTableData> = [
122 let nativeHookStatisticsTableData: Array<NativeHookStatisticsTableData> = [
186 let nativeHookStatisticsTableData: Array<NativeHookStatisticsTableData> = [
250 let nativeHookStatisticsTableData: Array<NativeHookStatisticsTableData> = [
314 let nativeHookStatisticsTableData: Array<NativeHookStatisticsTableData> = [
377 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
/developtools/smartperf_host/ide/test/trace/component/trace/sheet/file-system/
DTabPaneFileSystemCalltree.test.ts20 import { NativeHookStatisticsTableData } from '../../../../../../src/trace/database/ui-worker/Proce…