HomeSort by relevance Sort by last modified time
    Searched full:blockstarttime (Results 1 - 1 of 1) sorted by null

  /sdk/traceview/src/com/android/traceview/
TimeLineView.java 444 long blockStartTime = block.getStartTime();
447 long start = Math.max(blockStartTime, rd.mEndTime);
464 if (topEndTime >= blockStartTime) {
466 if (topStartTime < blockStartTime) {
468 blockStartTime);
474 if (topEndTime == blockStartTime)
479 popFrames(rd, top, blockStartTime, segmentList);
    [all...]

Completed in 135 milliseconds