Home
last modified time | relevance | path

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

/developtools/smartperf_host/ide/src/trace/bean/
DBoxSelection.ts265 } else if (th.asyncFuncThreadName) {
266 if (typeof th.asyncFuncThreadName === 'string') {
269 threadName: th.asyncFuncThreadName,
339 } else if (it.asyncFuncThreadName) {
340 if (typeof it.asyncFuncThreadName === 'string') {
343 threadName: it.asyncFuncThreadName
346 for (let i = 0; i < it.asyncFuncThreadName.length; i++) {
347 const tn = it.asyncFuncThreadName[i];
/developtools/smartperf_host/ide/src/trace/component/trace/base/
DTraceRow.ts196 asyncFuncThreadName: Array<unknown> | string | undefined | null; property in TraceRow
/developtools/smartperf_host/ide/src/trace/component/chart/
DSpProcessChart.ts1689 funcRow.asyncFuncThreadName = asyncFunctions[0].threadName;