Home
last modified time | relevance | path

Searched defs:timeRange (Results 1 – 4 of 4) sorted by relevance

/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/applicationtrace/analysis/
DAllThreadSummaryPanel.java33 private JBLabel timeRange = new JBLabel(); field in AllThreadSummaryPanel
DOtherThreadSummaryPanel.java38 private JBLabel timeRange = new JBLabel(); field in OtherThreadSummaryPanel
DOtherFunctionSummaryPanel.java47 private JBLabel timeRange = new JBLabel(); field in OtherFunctionSummaryPanel
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/trace/component/
DTabCounter.java167 long timeRange = rightNs - leftNs; in getTabCounter() local