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

  /external/webkit/PerformanceTests/SunSpider/
sunspider 38 my $runSharkCache = 0;
73 'shark-cache' => \$runSharkCache,
92 $runShark = 1 if $runSharkCache;
100 if ($runSharkCache) {
172 my $cacheArg = $runSharkCache ? "-c $sharkCacheProfileIndex" : "";
  /external/webkit/Tools/Scripts/
run-sunspider 43 my $runSharkCache = 0;
76 'shark-cache' => \$runSharkCache,
127 push @args, "--shark-cache" if $runSharkCache;

Completed in 19 milliseconds