OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tNative
(Results
1 - 2
of
2
) sorted by null
/external/valgrind/main/perf/
vg_perf
257
my $
tNative
= time_prog($cmd, $n_reps);
269
printf("%4.2fs", $
tNative
);
291
printf("%4.1fs (%4.1fx,", $tTool, $tTool/$
tNative
);
vg_perf.in
257
my $
tNative
= time_prog($cmd, $n_reps);
269
printf("%4.2fs", $
tNative
);
291
printf("%4.1fs (%4.1fx,", $tTool, $tTool/$
tNative
);
Completed in 42 milliseconds