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/chromium_org/third_party/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
41
my $
jsShellPath
;
65
'shell=s' => \$
jsShellPath
,
88
if (!$
jsShellPath
|| $showHelp) {
143
$output = `instruments -t "resources/TimeProfile20us.tracetemplate" "$
jsShellPath
" $shellArgs`;
145
$output = `"$
jsShellPath
" $shellArgs | grep -v break`;
203
system("$
jsShellPath
", "-f", $prefixFile, "-f", $resultsFile, "-f", "resources/sunspider-analyze-results.js");
Completed in 133 milliseconds