OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RunStartupTest
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/test/perf/
feature_startup_test.cc
54
void
RunStartupTest
(const char* label, bool want_warm, bool important,
163
RunStartupTest
("tab_cold_ref", false /* cold */, true /* important */,
169
RunStartupTest
("tab_cold", false /* cold */, true /* important */,
176
RunStartupTest
("tab_warm_ref", true /* warm */, true /* not important */,
182
RunStartupTest
("tab_warm", true /* warm */, true /* not important */,
188
RunStartupTest
("tab_complex_theme_cold", false /* cold */,
startup_test.cc
152
void
RunStartupTest
(const char* graph, const char* trace,
313
RunStartupTest
("warm", "t", WARM, IMPORTANT,
319
RunStartupTest
("warm", "t_ref", WARM, IMPORTANT,
333
RunStartupTest
("cold", "t", COLD, NOT_IMPORTANT,
369
RunStartupTest
(graph, trace, WARM, NOT_IMPORTANT,
452
RunStartupTest
("warm", "extension_empty", WARM, NOT_IMPORTANT,
459
RunStartupTest
("warm", "extension_content_scripts1", WARM, NOT_IMPORTANT,
466
RunStartupTest
("warm", "extension_content_scripts50", WARM, NOT_IMPORTANT,
471
RunStartupTest
("warm", "t-theme", WARM, NOT_IMPORTANT,
478
RunStartupTest
("warm", "profiling_scripts1", WARM, NOT_IMPORTANT
[
all
...]
/external/chromium_org/chrome_frame/test/perf/
chrome_frame_perftest.cc
308
// This function is similar to the
RunStartupTest
function used in chrome
310
void
RunStartupTest
(const char* graph, const char* trace,
[
all
...]
Completed in 4825 milliseconds