Home
last modified time | relevance | path

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

/developtools/smartperf_host/ide/src/trace/bean/
DNativeHook.ts94 export class NativeHookSamplerInfo { class
104 children: Array<NativeHookSamplerInfo> = [];
105 tempList: Array<NativeHookSamplerInfo> = [];
111 merageObj(merageObj: NativeHookSamplerInfo) {
136 children: Array<NativeHookSamplerInfo> = [];
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/native-memory/
DTabPaneNMSampleList.ts23 NativeHookSamplerInfo,
47 static samplerInfoSource: Array<NativeHookSamplerInfo> = [];
97 let rootSample = new NativeHookSamplerInfo();
120 let childSample = new NativeHookSamplerInfo(); //新增最下层的叶子节点
139 static queryAllHookInfo(data: any, rootSample: NativeHookSamplerInfo, ipid: number): void {
199 static createTree(nameGroup: any, rootSample: NativeHookSamplerInfo): void {
201 let parentSample = new NativeHookSamplerInfo();
205 let childSample = new NativeHookSamplerInfo();
231 static prepChild(currentSample: NativeHookSamplerInfo, rootSample: NativeHookSamplerInfo) {
240 let perpSample = new NativeHookSamplerInfo();
[all …]
/developtools/smartperf_host/ide/test/trace/bean/
DNativeHook.test.ts23 NativeHookSamplerInfo,
244 let nativeHookSamplerInfo = new NativeHookSamplerInfo();
377 let nativeHookSamplerInfo = new NativeHookSamplerInfo();
378 expect(nativeHookSamplerInfo.merageObj(NativeHookSamplerInfo)).toBeUndefined();
/developtools/smartperf_host/ide/test/trace/component/trace/sheet/native-memory/
DTabPaneNMSampleList.test.ts17 import { NativeHookSamplerInfo, NativeMemory } from '../../../../../../src/trace/bean/NativeHook';
199 let rootSample = new NativeHookSamplerInfo();
212 let rootSample = new NativeHookSamplerInfo();