HomeSort by relevance Sort by last modified time
    Searched refs: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