OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsWarmedUp
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/cc/test/
lap_timer.cc
31
bool LapTimer::
IsWarmedUp
() { return remaining_warmups_ <= 0; }
34
if (!
IsWarmedUp
()) {
36
if (
IsWarmedUp
()) {
lap_timer.h
30
bool
IsWarmedUp
();
/external/chromium_org/cc/trees/
layer_tree_host_perftest.cc
67
if (measure_commit_cost_ && draw_timer_.
IsWarmedUp
()) {
Completed in 179 milliseconds