Home | History | Annotate | Download | only in SunSpider

Lines Matching refs:shark

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,
95 if ($runShark && ! -x "/usr/bin/shark") {
101 my $sharkProfileList = `shark -l 2>&1`;
109 print "Using Shark L2 Cache Miss Profile: " . $profile . "\n";
113 die "Failed to find L2 Cache Miss Profile for --shark-cache\n" unless ($sharkCacheProfileIndex);
173 $output = `shark $intervalArg $cacheArg -i -1-q "$jsShellPath" $shellArgs`;
208 print STDERR "Running SunSpider once for warmup, then " . ($runShark ? "under Shark" : "$testRuns time" . ($testRuns == 1 ? "" : "s")) . "\n";