Home
last modified time | relevance | path

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

/developtools/smartperf_host/ide/src/trace/component/trace/sheet/task/
DTabPaneTaskFrames.ts72 let allocationStartTime = 0;
80 allocationStartTime = item.startTs!;
91 allocationTime = executeStartTime - allocationStartTime;
384 let allocationStartTime = allocationTask!.ts!; variable
391 tempTask.taskST = this.getMsTime(executeStartTime - allocationStartTime);