OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HasTimeLimitExpired
(Results
1 - 14
of
14
) sorted by null
/external/chromium_org/cc/debug/
lap_timer.h
20
// If you set the time_limit then you can use
HasTimeLimitExpired
() to see if
38
bool
HasTimeLimitExpired
();
lap_timer.cc
65
bool LapTimer::
HasTimeLimitExpired
() { return accumulator_ >= time_limit_; }
rasterize_and_record_benchmark.cc
135
} while (!timer.
HasTimeLimitExpired
());
rasterize_and_record_benchmark_impl.cc
70
} while (!timer.
HasTimeLimitExpired
());
/external/chromium_org/cc/resources/
picture_layer_tiling_perftest.cc
44
} while (!timer_.
HasTimeLimitExpired
());
59
} while (!timer_.
HasTimeLimitExpired
());
94
} while (!timer_.
HasTimeLimitExpired
());
123
} while (!timer_.
HasTimeLimitExpired
());
picture_pile_impl_perftest.cc
41
} while (!timer_.
HasTimeLimitExpired
());
66
} while (!timer_.
HasTimeLimitExpired
());
task_graph_runner_perftest.cc
79
} while (!timer_.
HasTimeLimitExpired
());
114
} while (!timer_.
HasTimeLimitExpired
());
160
} while (!timer_.
HasTimeLimitExpired
());
202
} while (!timer_.
HasTimeLimitExpired
());
raster_worker_pool_perftest.cc
289
} while (!timer_.
HasTimeLimitExpired
());
327
} while (!timer_.
HasTimeLimitExpired
());
359
} while (!timer_.
HasTimeLimitExpired
());
445
} while (!timer_.
HasTimeLimitExpired
());
tile_manager_perftest.cc
191
} while (!timer_.
HasTimeLimitExpired
());
287
} while (!timer_.
HasTimeLimitExpired
());
/external/chromium_org/cc/layers/
layer_perftest.cc
96
} while (!timer_.
HasTimeLimitExpired
());
110
} while (!timer_.
HasTimeLimitExpired
());
picture_layer_impl_perftest.cc
75
} while (!timer_.
HasTimeLimitExpired
());
/external/chromium_org/cc/trees/
layer_tree_host_common_perftest.cc
106
} while (!timer_.
HasTimeLimitExpired
());
135
} while (!timer_.
HasTimeLimitExpired
());
190
} while (!timer_.
HasTimeLimitExpired
());
occlusion_tracker_perftest.cc
124
} while (!timer_.
HasTimeLimitExpired
());
193
} while (!timer_.
HasTimeLimitExpired
());
layer_tree_host_perftest.cc
78
if (draw_timer_.
HasTimeLimitExpired
()) {
Completed in 786 milliseconds