Searched defs:durStr (Results 1 – 6 of 6) sorted by relevance
| /developtools/smartperf_host/ide/src/trace/component/trace/sheet/process/ | ||
| D | TabPaneStaticInit.ts | 28 durStr: string; property |
| D | TabPaneStartup.ts | 29 durStr: string; property |
| /developtools/smartperf_host/ide/src/trace/database/logic-worker/ | ||
| D | ProcedureLogicWorkerFileSystem.ts | 1186 durStr: string = ''; property in FileSysEvent |
| D | ProcedureLogicWorkerSchedulingAnalysis.ts | 1133 durStr: string = ''; property in FreqThread |
| /developtools/smartperf_host/ide/src/trace/component/trace/sheet/hang/ | ||
| D | TabPaneHang.ts | 380 durStr: string = '0'; property in HangStructInPane |
| /developtools/smartperf_host/ide/src/trace/database/sql/ | ||
| D | Func.sql.ts | 469 let durStr = isChild ? 'C.dur AS duration,' : 'SUM(COALESCE(C.dur, 0)) AS duration,'; variable |