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

  /external/v8/tools/
process-heap-prof.py 52 sample_time = 0.0
66 sample_time = float(row[3])/1000.0
68 first_call_time = sample_time
69 sample_time -= first_call_time
70 print('BEGIN_SAMPLE %.2f' % sample_time)
73 print('END_SAMPLE %.2f' % sample_time)
ll_prof.py 841 sample_time = 0
899 sample_time += time.time() - start
916 print "%9.2fs tick processing time" % sample_time
  /frameworks/base/media/libstagefright/
SampleTable.cpp 653 uint32_t sample_time = mSampleIterator->getSampleTime(); local
668 if (abs_difference(x_time, sample_time)
669 > abs_difference(y_time, sample_time)) {

Completed in 208 milliseconds