OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:runSharkCache
(Results
1 - 2
of
2
) sorted by null
/external/webkit/PerformanceTests/SunSpider/
sunspider
38
my $
runSharkCache
= 0;
73
'shark-cache' => \$
runSharkCache
,
92
$runShark = 1 if $
runSharkCache
;
100
if ($
runSharkCache
) {
172
my $cacheArg = $
runSharkCache
? "-c $sharkCacheProfileIndex" : "";
/external/webkit/Tools/Scripts/
run-sunspider
43
my $
runSharkCache
= 0;
76
'shark-cache' => \$
runSharkCache
,
127
push @args, "--shark-cache" if $
runSharkCache
;
Completed in 19 milliseconds