Home
last modified time | relevance | path

Searched defs:top20ProcessSwitchCount (Results 1 – 2 of 2) sorted by relevance

/developtools/smartperf_host/ide/test/trace/component/schedulingAnalysis/
DTop20ProcessSwitchCount.test.ts27 let top20ProcessSwitchCount = new Top20ProcessSwitchCount(); variable
31 let top20ProcessSwitchCount = new Top20ProcessSwitchCount(); variable
39 let top20ProcessSwitchCount = new Top20ProcessSwitchCount(); variable
44 let top20ProcessSwitchCount = new Top20ProcessSwitchCount(); variable
/developtools/smartperf_host/ide/src/trace/component/schedulingAnalysis/
DTabThreadAnalysis.ts43 private top20ProcessSwitchCount: Top20ProcessSwitchCount | undefined | null; property in TabThreadAnalysis