HomeSort by relevance Sort by last modified time
    Searched refs:shark (Results 1 - 2 of 2) sorted by null

  /external/webkit/Tools/Scripts/
run-sunspider 61 --shark Sample with the Mac OS X "Shark" performance testing tool (implies --runs=1)
62 --shark20 Like --shark, but with a 20 microsecond sampling interval
63 --shark-cache Like --shark, but performs a L2 cache-miss sample instead of time sample
74 'shark' => \$runShark,
76 'shark-cache' => \$runSharkCache,
125 push @args, "--shark" if $runShark;
127 push @args, "--shark-cache" if $runSharkCache;
  /external/webkit/PerformanceTests/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,
95 if ($runShark && ! -x "/usr/bin/shark") {
101 my $sharkProfileList = `shark -l 2>&1`;
109 print "Using Shark L2 Cache Miss Profile: " . $profile . "\n"
    [all...]

Completed in 368 milliseconds