Home
last modified time | relevance | path

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

/external/toolchain-utils/mem_tests/
Dtotal_mem_actual.py31 total_diff = compute_total_diff(line, base_time) variable
32 half_entry = (total_diff, None)
34 total_diff = half_entry[0] variable
37 output_file.write('{0},{1}\n'.format(total_diff, memory_used))
Dtotal_mem_sampled.py30 total_diff = compute_total_diff(line, base_time) variable
31 output_file.write('{0},{1}\n'.format(int(total_diff), memory_used))
Dmem_groups.py43 total_diff = compute_total_diff(line, base_time) variable
44 half_entry = (total_diff, [0] * (len(groups) + 1))
/external/libevent/test/
Dregress_util.c1289 int total_diff = 0; in test_evutil_monotonic_res() local
1329 total_diff += diff.tv_usec; in test_evutil_monotonic_res()
1332 tt_int_op(abs(total_diff/9 - wantres), <, acceptdiff); in test_evutil_monotonic_res()
1346 int total_diff = 0; in test_evutil_monotonic_prc() local
1365 total_diff = 0; in test_evutil_monotonic_prc()
1371 total_diff += diff.tv_usec; in test_evutil_monotonic_prc()
1374 TT_BLATHER(("Average step difference = %d", total_diff / 9)); in test_evutil_monotonic_prc()
1375 tt_int_op(total_diff/9, <, maxstep); in test_evutil_monotonic_prc()