Home
last modified time | relevance | path

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

/developtools/smartperf_host/ide/src/trace/component/
DUtils.ts87 const spaceIndex = threadKey.indexOf(' '); constant
88 const threadName = spaceIndex !== -1 ? threadKey.substring(0, spaceIndex) : '';