Home
last modified time | relevance | path

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

/developtools/smartperf_host/ide/src/trace/component/trace/sheet/process/
DTabPaneSlices.ts142 if (traceRow.asyncFuncName) {
/developtools/smartperf_host/ide/src/trace/bean/
DBoxSelection.ts192 if (th.asyncFuncName) {
194 name: th.asyncFuncName,
244 if (it.asyncFuncName) {
246 name: it.asyncFuncName,
/developtools/smartperf_host/ide/src/trace/component/chart/
DSpProcessChart.ts115 funcRow.asyncFuncName = asyncFuncGroups[0].funName;
333 expectedRow.asyncFuncName = it.processName;
634 funcRow.asyncFuncName = asyncFunctions[0].funName;
/developtools/smartperf_host/ide/src/trace/component/trace/base/
DTraceRow.ts182 asyncFuncName: string | undefined | null; property in TraceRow