OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sunspider
(Results
1 - 4
of
4
) sorted by null
/external/webkit/PerformanceTests/SunSpider/
sunspider-compare-results
42
--suite Select a specific benchmark suite. The default is
sunspider
-0.9.1
58
$suite = "
sunspider
-0.9.1" if (!$suite);
153
$file2 = newestFile("$resultDirectory", qr/
sunspider
-results-.+\.js$/);
159
dumpToFile($output, "$resultDirectory/
sunspider
-comparison-data.js");
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
61
--suite Select a specific benchmark suite. The default is
sunspider
-0.9.1
85
$suite = "
sunspider
-0.9.1" if (!$suite);
152
my $prefixFile = "$resultDirectory/
sunspider
-test-prefix.js";
153
my $resultsFile = "$resultDirectory/
sunspider
-results-$timeString.js";
168
my $shellArgs = $jsShellArgs . " -f $prefixFile -f resources/
sunspider
-standalone-driver.js 2> " . File::Spec->devnull();
208
print STDERR "Running
SunSpider
once for warmup, then " . ($runShark ? "under Shark" : "$testRuns time" . ($testRuns == 1 ? "" : "s")) . "\n";
233
system("$jsShellPath", "-f", $prefixFile, "-f", $resultsFile, "-f", "resources/
sunspider
-analyze-results.js");
240
my $profileFile = "$resultDirectory/
sunspider
-profile-$timeString.mshark";
/external/webkit/Tools/Scripts/
sunspider-compare-results
35
# determine configuration, but default to "Release" instead of last-used configuration to match run-
sunspider
52
--suite Select a specific benchmark suite. The default is
sunspider
-0.9.1
85
print "Starting
sunspider
-compare-results with DYLD_FRAMEWORK_PATH set to point to built JavaScriptCore in $productDir.\n";
122
chdir("PerformanceTests/
SunSpider
");
125
# This code could be removed if we chose to pass extra args to
sunspider
instead of Xcode
133
exec currentPerlPath(), "./
sunspider
-compare-results", @args, @ARGV;
run-sunspider
40
my $testRuns = 10; # This number may be different from what
sunspider
defaults to (that's OK)
64
--suite Select a specific benchmark suite. The default is
sunspider
-0.9.1
107
print "Starting
sunspider
with DYLD_FRAMEWORK_PATH set to point to built JavaScriptCore in $productDir.\n";
117
chdir("PerformanceTests/
SunSpider
");
123
# This code could be removed if we chose to pass extra args to
sunspider
instead of Xcode
134
exec currentPerlPath(), "./
sunspider
", @args;
Completed in 228 milliseconds