Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/views/
DFrameSummaryViewPage.java260 long threadDuration = 0; in updateFrameStats()
267 threadDuration += c.getThreadDuration(); in updateFrameStats()
275 stats.threadDuration += c.getThreadDuration(); in updateFrameStats()
282 final String threadTime = formatMilliSeconds(threadDuration); in updateFrameStats()
326 public long threadDuration; field in FrameSummaryViewPage.PerCallStats
370 cell.setText(formatDuration(stats.threadDuration)); in update()
436 return (int) (stats1.threadDuration - stats2.threadDuration); in compare()