Home
last modified time | relevance | path

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

/developtools/smartperf_host/ide/src/trace/component/
DUtils.ts81 for (let threadKey in threads) {
82 const tsArray = threads[threadKey]; constant
83 threadKey = threadKey.trim();
85 const matches = threadKey.match(regex);
87 const spaceIndex = threadKey.indexOf(' ');
88 const threadName = spaceIndex !== -1 ? threadKey.substring(0, spaceIndex) : '';
93 warn('parse key path fail ', threadKey);