Home
last modified time | relevance | path

Searched defs:durStr (Results 1 – 7 of 7) sorted by relevance

/developtools/smartperf_host/smartperf_host/ide/src/trace/component/trace/sheet/process/
DTabPaneSysCall.ts35 durStr?: string; property
44 durStr: string; property
109 durStr: item.durStr!, constant
DTabPaneStaticInit.ts28 durStr: string; property
DTabPaneStartup.ts29 durStr: string; property
/developtools/smartperf_host/smartperf_host/ide/src/trace/database/logic-worker/
DProcedureLogicWorkerFileSystem.ts1186 durStr: string = ''; property in FileSysEvent
1213 durStr: string = ''; property in IoCompletionTimes
1236 durStr: string = ''; property in VirtualMemoryEvent
DProcedureLogicWorkerSchedulingAnalysis.ts1133 durStr: string = ''; property in FreqThread
/developtools/smartperf_host/smartperf_host/ide/src/trace/component/trace/sheet/hang/
DTabPaneHang.ts380 durStr: string = '0'; property in HangStructInPane
/developtools/smartperf_host/smartperf_host/ide/src/trace/database/sql/
DFunc.sql.ts479 let durStr = isChild ? 'C.dur AS duration,' : 'SUM(COALESCE(C.dur, 0)) AS duration,'; variable