OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:shark
(Results
1 - 2
of
2
) sorted by null
/external/webkit/WebKitTools/Scripts/
run-sunspider
60
--
shark
Sample with the Mac OS X "
Shark
" performance testing tool (implies --runs=1)
61
--shark20 Like --
shark
, but with a 20 microsecond sampling interval
62
--
shark
-cache Like --
shark
, but performs a L2 cache-miss sample instead of time sample
72
'
shark
' => \$runShark,
74
'
shark
-cache' => \$runSharkCache,
120
push @args, "--
shark
" if $runShark;
122
push @args, "--
shark
-cache" if $runSharkCache;
/external/webkit/SunSpider/
sunspider
58
--
shark
Sample execution time with the Mac OS X "
Shark
" performance testing tool (implies --runs=1)
59
--shark20 Like --
shark
, but with a 20 microsecond sampling interval
60
--
shark
-cache Like --
shark
, but performs a L2 cache-miss sample instead of time sample
71
'
shark
' => \$runShark,
73
'
shark
-cache' => \$runSharkCache,
92
if ($runShark && ! -x "/usr/bin/
shark
") {
98
my $sharkProfileList = `
shark
-l 2>&1`;
106
print "Using
Shark
L2 Cache Miss Profile: " . $profile . "\n"
[
all
...]
Completed in 74 milliseconds