OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:speedup
(Results
1 - 3
of
3
) sorted by null
/external/valgrind/main/perf/
vg_perf
371
# record the time so we can get the percentage
speedup
of the
373
# the
speedup
.
378
my $
speedup
= 100 - (100 * $tTool / $first_tTool{$tool});
379
printf("%5.1f%%)", $
speedup
);
vg_perf.in
371
# record the time so we can get the percentage
speedup
of the
373
# the
speedup
.
378
my $
speedup
= 100 - (100 * $tTool / $first_tTool{$tool});
379
printf("%5.1f%%)", $
speedup
);
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/views/
printing.py
285
speedup
= (parallel_time + serial_time) / total_time
286
timing_summary = ' in %.2fs (%.2fs in rwt, %.2gx)' % (total_time, serial_time,
speedup
)
Completed in 128 milliseconds