OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:jsShellPath
(Results
1 - 2
of
2
) sorted by null
/external/webkit/PerformanceTests/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
,
116
if (!$
jsShellPath
|| $showHelp) {
173
$output = `shark $intervalArg $cacheArg -i -1-q "$
jsShellPath
" $shellArgs`;
175
$output = `"$
jsShellPath
" $shellArgs | grep -v break`;
233
system("$
jsShellPath
", "-f", $prefixFile, "-f", $resultsFile, "-f", "resources/sunspider-analyze-results.js");
Completed in 60 milliseconds