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

  /external/webkit/SunSpider/
sunspider-compare-results 31 my $jsShellPath;
48 GetOptions('shell=s' => \$jsShellPath,
62 if ((scalar @ARGV != 0 && scalar @ARGV != 2) || !$jsShellPath || $showHelp) {
161 system($jsShellPath, "-f", "$resultDirectory/sunspider-test-prefix.js", "-f", "$resultDirectory/sunspider-comparison-data.js", "-f", "resources/sunspider-compare-results.js", "-f", "resources/sunspider-standalone-compare.js");
sunspider 43 my $jsShellPath;
69 'shell=s' => \$jsShellPath,
113 if (!$jsShellPath || $showHelp) {
170 $output = `shark $intervalArg $cacheArg -i -1-q "$jsShellPath" $shellArgs`;
172 $output = `"$jsShellPath" $shellArgs | grep -v break`;
230 system("$jsShellPath", "-f", $prefixFile, "-f", $resultsFile, "-f", "resources/sunspider-analyze-results.js");

Completed in 17 milliseconds