Searched defs:timeRange (Results 1 – 4 of 4) sorted by relevance
33 private JBLabel timeRange = new JBLabel(); field in AllThreadSummaryPanel
38 private JBLabel timeRange = new JBLabel(); field in OtherThreadSummaryPanel
47 private JBLabel timeRange = new JBLabel(); field in OtherFunctionSummaryPanel
167 long timeRange = rightNs - leftNs; in getTabCounter() local