| /developtools/smartperf_host/ide/test/trace/component/trace/sheet/hiperf/ |
| D | TabPerfProfile.test.ts | 39 let call = { variable 45 expect(tabpanePerfProfile.getParentTree([call], { id }, [])).not.toBeUndefined(); 48 let call = { variable 53 expect(tabpanePerfProfile.getChildTree([call], '1', [])).not.toBeUndefined(); 57 let call = { variable 62 expect(tabpanePerfProfile.setRightTableData(call)).toBeUndefined(); 70 let call = { variable 77 expect(tabpanePerfProfile.getParentTree([call], { id }, [])).not.toBeUndefined();
|
| /developtools/smartperf_host/ide/test/trace/component/trace/sheet/file-system/ |
| D | TabPaneFileSystemCalltree.test.ts | 114 let call = { variable 121 expect(tabpaneFilesystemCalltree.getParentTree([call], { target }, [])).toBeFalsy(); 126 let call = { variable 129 expect(tabpaneFilesystemCalltree.getParentTree([call], '', [])).not.toBeUndefined(); 134 let call = { variable 139 expect(tabpaneFilesystemCalltree.getChildTree([call], { id }, [])).not.toBeUndefined(); 144 let call = { variable 147 expect(tabpaneFilesystemCalltree.getChildTree([call], '', [])).not.toBeUndefined(); 217 let call = { variable 222 expect(tabpaneFilesystemCalltree.setRightTableData(call)).toBeUndefined();
|
| D | TabPaneCallTree.test.ts | 114 let call = { variable 119 expect(calltree.setRightTableData(call)).toBeUndefined();
|
| /developtools/smartperf_host/ide/src/trace/component/trace/sheet/hiperf/ |
| D | TabPerfSampleList.ts | 86 let call = perfDataQuery.callChainMap.get(sample.sampleId); 87 if (call == undefined || call == null) { 91 sample.depth = call.depth; 92 sample.backtrace.push(call.name);
|
| D | TabPerfProfile.ts | 144 function findMaxStack(call: PerfCallChainMerageData) { 145 if (call.children.length == 0) { 146 if (call.dur > maxDur) { 147 maxDur = call.dur; 148 maxId = call.id; 151 call.children.map((callChild) => { 573 perfProfileSortArr.map((call) => { 574 call.children = this.sortTree(call.children);
|
| D | TabPerfBottomUp.ts | 239 CallTreeSortArr.map((call) => { 240 call.children = this.sortTree(call.children);
|
| /developtools/profiler/host/smartperf/ide/src/trace/component/trace/sheet/hiperf/ |
| D | TabPerfSampleList.ts | 86 let call = perfDataQuery.callChainMap.get(sample.sampleId); 87 if (call == undefined || call == null) { 91 sample.depth = call.depth; 92 sample.backtrace.push(call.name);
|
| D | TabPerfProfile.ts | 144 function findMaxStack(call: PerfCallChainMerageData) { 145 if (call.children.length == 0) { 146 if (call.dur > maxDur) { 147 maxDur = call.dur; 148 maxId = call.id; 151 call.children.map((callChild) => { 573 perfProfileSortArr.map((call) => { 574 call.children = this.sortTree(call.children);
|
| /developtools/ace_ets2bundle/compiler/src/fast_build/common/ |
| D | rollup-plugin-watch-change.ts | 51 addFileToCache.call(this, 'watchModifiedFiles', id); 54 addFileToCache.call(this, 'watchRemovedFiles', id);
|
| /developtools/hiperf/test/unittest/resource/ |
| D | send_to_device.bat | 22 call send_dwarf_to_device.bat 24 call send_report_to_device.bat
|
| /developtools/profiler/device/plugins/native_daemon/test/unittest/resource/ |
| D | send_to_device.bat | 22 call send_dwarf_to_device.bat 24 call send_report_to_device.bat
|
| /developtools/ace_js2bundle/ace-loader/src/ |
| D | cardJson-plugin.js | 182 } else if (Object.prototype.toString.call(propsValue) === '[object Object]') { 184 if (Object.prototype.toString.call(propsValue[item]) !== '[object Object]') { 200 if (Object.prototype.toString.call(actionsValue) === '[object Object]') { 225 if (dataValue && Object.prototype.toString.call(dataValue) !== '[object Object]') {
|
| /developtools/ace_js2bundle/ace-loader/src/lite/ |
| D | lite-utils.js | 17 return (source) => Object.prototype.toString.call(source) === `[object ${type}]`;
|
| /developtools/smartperf_host/ide/src/trace/component/trace/sheet/ark-ts/ |
| D | TabPaneJsCpu.ts | 251 CallTreeSortArr.map((call) => { 252 call.children = this.sortTree(call.children);
|
| /developtools/smartperf_host/ide/src/trace/component/trace/base/ |
| D | EventCenter.ts | 29 fnList.forEach((fn: Function) => fn.call(undefined, data));
|
| /developtools/profiler/host/smartperf/ide/src/trace/component/trace/base/ |
| D | EventCenter.ts | 29 fnList.forEach((fn: Function) => fn.call(undefined, data));
|
| /developtools/profiler/host/smartperf/ide/src/trace/component/trace/sheet/native-memory/ |
| D | TabPaneNMCallInfo.ts | 221 sortArr.map((call) => { 222 call.children = this.sortTree(call.children as Array<NativeHookCallInfo>, column, sort);
|
| /developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/profiler/ |
| D | ProfilerTask.ets | 68 SPLogger.INFO(ProfilerTask.name,'ProfilerUtils taskInit call'); 104 SPLogger.DEBUG(ProfilerTask.name,'ProfilerTask taskStart call'); 134 …SPLogger.ERROR("ProfilerTaskTest",'ProfilerTask taskStart call collectorType' + collectorType.toSt… 142 SPLogger.DEBUG(ProfilerTask.name,'ProfilerTask taskStop call');
|
| /developtools/profiler/host/smartperf/ide/src/trace/component/trace/sheet/file-system/ |
| D | TabPaneCallTree.ts | 530 sortArr.map((call) => { 531 call.children = this.sortCallFnTree(call.children);
|
| D | TabPaneFileSystemCalltree.ts | 519 fsCallTreeSortArr.map((call) => { 520 call.children = this.sortTree(call.children);
|
| /developtools/smartperf_host/ide/src/trace/component/trace/sheet/file-system/ |
| D | TabPaneCallTree.ts | 530 sortArr.map((call) => { 531 call.children = this.sortCallFnTree(call.children);
|
| D | TabPaneFileSystemCalltree.ts | 519 fsCallTreeSortArr.map((call) => { 520 call.children = this.sortTree(call.children);
|
| /developtools/smartperf_host/ |
| D | README.md | 7 …ange data with each other based on gRPC – a high-performance remote procedure call (RPC) framework. 46 With Hiperf in Smartperf_Host, you can view the CPU usage of your application and the call stack. F… 54 …nd metadata), access traffic, path, block number, priority, and backtrace call stack. For details,…
|
| /developtools/smartperf_host/trace_streamer/src/protos/services/ |
| D | profiler_service.proto | 42 // keep tracing session alive, call this interface will restart session expire count down task.
|
| /developtools/profiler/host/smartperf/trace_streamer/src/protos/services/ |
| D | profiler_service.proto | 42 // keep tracing session alive, call this interface will restart session expire count down task.
|