Home
last modified time | relevance | path

Searched refs:call (Results 1 – 25 of 55) sorted by relevance

123

/developtools/smartperf_host/ide/test/trace/component/trace/sheet/hiperf/
DTabPerfProfile.test.ts39 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/
DTabPaneFileSystemCalltree.test.ts114 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();
DTabPaneCallTree.test.ts114 let call = { variable
119 expect(calltree.setRightTableData(call)).toBeUndefined();
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/hiperf/
DTabPerfSampleList.ts86 let call = perfDataQuery.callChainMap.get(sample.sampleId);
87 if (call == undefined || call == null) {
91 sample.depth = call.depth;
92 sample.backtrace.push(call.name);
DTabPerfProfile.ts144 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);
DTabPerfBottomUp.ts239 CallTreeSortArr.map((call) => {
240 call.children = this.sortTree(call.children);
/developtools/profiler/host/smartperf/ide/src/trace/component/trace/sheet/hiperf/
DTabPerfSampleList.ts86 let call = perfDataQuery.callChainMap.get(sample.sampleId);
87 if (call == undefined || call == null) {
91 sample.depth = call.depth;
92 sample.backtrace.push(call.name);
DTabPerfProfile.ts144 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/
Drollup-plugin-watch-change.ts51 addFileToCache.call(this, 'watchModifiedFiles', id);
54 addFileToCache.call(this, 'watchRemovedFiles', id);
/developtools/hiperf/test/unittest/resource/
Dsend_to_device.bat22 call send_dwarf_to_device.bat
24 call send_report_to_device.bat
/developtools/profiler/device/plugins/native_daemon/test/unittest/resource/
Dsend_to_device.bat22 call send_dwarf_to_device.bat
24 call send_report_to_device.bat
/developtools/ace_js2bundle/ace-loader/src/
DcardJson-plugin.js182 } 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/
Dlite-utils.js17 return (source) => Object.prototype.toString.call(source) === `[object ${type}]`;
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/ark-ts/
DTabPaneJsCpu.ts251 CallTreeSortArr.map((call) => {
252 call.children = this.sortTree(call.children);
/developtools/smartperf_host/ide/src/trace/component/trace/base/
DEventCenter.ts29 fnList.forEach((fn: Function) => fn.call(undefined, data));
/developtools/profiler/host/smartperf/ide/src/trace/component/trace/base/
DEventCenter.ts29 fnList.forEach((fn: Function) => fn.call(undefined, data));
/developtools/profiler/host/smartperf/ide/src/trace/component/trace/sheet/native-memory/
DTabPaneNMCallInfo.ts221 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/
DProfilerTask.ets68 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/
DTabPaneCallTree.ts530 sortArr.map((call) => {
531 call.children = this.sortCallFnTree(call.children);
DTabPaneFileSystemCalltree.ts519 fsCallTreeSortArr.map((call) => {
520 call.children = this.sortTree(call.children);
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/file-system/
DTabPaneCallTree.ts530 sortArr.map((call) => {
531 call.children = this.sortCallFnTree(call.children);
DTabPaneFileSystemCalltree.ts519 fsCallTreeSortArr.map((call) => {
520 call.children = this.sortTree(call.children);
/developtools/smartperf_host/
DREADME.md7 …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/
Dprofiler_service.proto42 // keep tracing session alive, call this interface will restart session expire count down task.
/developtools/profiler/host/smartperf/trace_streamer/src/protos/services/
Dprofiler_service.proto42 // keep tracing session alive, call this interface will restart session expire count down task.

123