Home
last modified time | relevance | path

Searched refs:tempList (Results 1 – 3 of 3) sorted by relevance

/developtools/smartperf_host/ide/test/trace/component/trace/sheet/native-memory/
DTabPaneNMSampleList.test.ts47 tempList: [],
99 tempList: [],
116 tempList: [],
150 tempList: [],
166 tempList: [], variable
182 tempList: [], variable
243 tempList: samplerInfo,
271 tempList: samplerInfo,
299 tempList: [],
327 tempList: samplerInfo,
[all …]
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/native-memory/
DTabPaneNMSampleList.ts174 rootSample.tempList = [...rootSample.children];
343 nmRootSample.children = [...nmRootSample.tempList];
344 nmRootSample.tempList.forEach((parentSample) => {
352 if (nmRootSample.tempList.length > 1) {
353 nmRootSample.children = [nmRootSample.tempList[1]];
354 nmRootSample.heapSize += nmRootSample.tempList[1].heapSize;
355 nmRootSample.existing += nmRootSample.tempList[1].existing;
357 nmRootSample.total += nmRootSample.tempList[1].total;
365 if (nmRootSample.tempList.length > 0) {
366 nmRootSample.children = [nmRootSample.tempList[0]];
[all …]
/developtools/smartperf_host/ide/src/trace/bean/
DNativeHook.ts105 tempList: Array<NativeHookSamplerInfo> = []; property in NativeHookSamplerInfo