OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:timerlist
(Results
1 - 1
of
1
) sorted by null
/external/swiftshader/third_party/subzero/src/
IceGlobalContext.h
118
///
TimerList
is a vector of TimerStack objects, with extra methods
120
class
TimerList
: public std::vector<TimerStack> {
121
TimerList
(const
TimerList
&) = delete;
122
TimerList
&operator=(const
TimerList
&) = delete;
125
TimerList
() = default;
130
void initInto(
TimerList
&Dest) const {
138
void mergeFrom(
TimerList
&Src) {
161
TimerList
Timers
[
all
...]
Completed in 201 milliseconds