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

  /external/webkit/SunSpider/
sunspider 38 my $runSharkCache = 0;
73 'shark-cache' => \$runSharkCache,
89 $runShark = 1 if $runSharkCache;
97 if ($runSharkCache) {
169 my $cacheArg = $runSharkCache ? "-c $sharkCacheProfileIndex" : "";
  /external/webkit/WebKitTools/Scripts/
run-sunspider 43 my $runSharkCache = 0;
74 'shark-cache' => \$runSharkCache,
122 push @args, "--shark-cache" if $runSharkCache;

Completed in 801 milliseconds