HomeSort by relevance Sort by last modified time
    Searched defs:TimerGroup (Results 1 - 14 of 14) sorted by null

  /external/llvm/lib/Support/
Timer.cpp 77 static TimerGroup *DefaultTimerGroup = nullptr;
78 static TimerGroup *getDefaultTimerGroup() {
79 TimerGroup *tmp = DefaultTimerGroup;
86 tmp = new TimerGroup("Miscellaneous Ungrouped Timers");
102 void Timer::init(StringRef N, TimerGroup &tg) {
188 StringMap<std::pair<TimerGroup*, Name2TimerMap> > Map;
191 for (StringMap<std::pair<TimerGroup*, Name2TimerMap> >::iterator
199 std::pair<TimerGroup*, Name2TimerMap> &GroupEntry = Map[GroupName];
202 GroupEntry.first = new TimerGroup(GroupName);
234 // TimerGroup Implementatio
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Support/
Timer.cpp 81 static TimerGroup *DefaultTimerGroup = 0;
82 static TimerGroup *getDefaultTimerGroup() {
83 TimerGroup *tmp = DefaultTimerGroup;
90 tmp = new TimerGroup("Miscellaneous Ungrouped Timers");
111 void Timer::init(StringRef N, TimerGroup &tg) {
202 StringMap<std::pair<TimerGroup*, Name2TimerMap> > Map;
205 for (StringMap<std::pair<TimerGroup*, Name2TimerMap> >::iterator
213 std::pair<TimerGroup*, Name2TimerMap> &GroupEntry = Map[GroupName];
216 GroupEntry.first = new TimerGroup(GroupName);
248 // TimerGroup Implementatio
    [all...]
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
Timer.cpp 76 static TimerGroup *DefaultTimerGroup = nullptr;
77 static TimerGroup *getDefaultTimerGroup() {
78 TimerGroup *tmp = DefaultTimerGroup;
85 tmp = new TimerGroup("misc", "Miscellaneous Ungrouped Timers");
101 void Timer::init(StringRef Name, StringRef Description, TimerGroup &tg) {
190 StringMap<std::pair<TimerGroup*, Name2TimerMap> > Map;
193 for (StringMap<std::pair<TimerGroup*, Name2TimerMap> >::iterator
202 std::pair<TimerGroup*, Name2TimerMap> &GroupEntry = Map[GroupName];
205 GroupEntry.first = new TimerGroup(GroupName, GroupDescription);
226 // TimerGroup Implementatio
    [all...]
  /external/llvm/include/llvm/Support/
Timer.h 23 class TimerGroup;
75 /// when its TimerGroup is destroyed. Timers do not print their information
84 TimerGroup *TG; // The TimerGroup this Timer is in.
89 Timer(StringRef N, TimerGroup &tg) : TG(nullptr) { init(N, tg); }
102 void init(StringRef N, TimerGroup &tg);
128 friend class TimerGroup;
164 /// The TimerGroup class is used to group together related timers into a single
165 /// report that is printed when the TimerGroup is destroyed. It is illegal to
166 /// destroy a TimerGroup object before all of the Timers in it are gone.
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
Timer.h 10 // This file defines three classes: Timer, TimeRegion, and TimerGroup,
28 class TimerGroup;
81 /// when its TimerGroup is destroyed. Timers do not print their information
88 TimerGroup *TG; // The TimerGroup this Timer is in.
93 Timer(StringRef N, TimerGroup &tg) : TG(0) { init(N, tg); }
106 void init(StringRef N, TimerGroup &tg);
122 friend class TimerGroup;
160 /// The TimerGroup class is used to group together related timers into a single
161 /// report that is printed when the TimerGroup is destroyed. It is illegal t
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
Timer.h 23 class TimerGroup;
74 /// TimerGroup is destroyed. Timers do not print their information if they are
83 TimerGroup *TG = nullptr; ///< The TimerGroup this Timer is in.
91 Timer(StringRef Name, StringRef Description, TimerGroup &tg) {
106 void init(StringRef Name, StringRef Description, TimerGroup &tg);
133 friend class TimerGroup;
166 /// The TimerGroup class is used to group together related timers into a single
167 /// report that is printed when the TimerGroup is destroyed. It is illegal to
168 /// destroy a TimerGroup object before all of the Timers in it are gone.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
Timer.h 23 class TimerGroup;
74 /// TimerGroup is destroyed. Timers do not print their information if they are
83 TimerGroup *TG = nullptr; ///< The TimerGroup this Timer is in.
91 Timer(StringRef Name, StringRef Description, TimerGroup &tg) {
106 void init(StringRef Name, StringRef Description, TimerGroup &tg);
133 friend class TimerGroup;
166 /// The TimerGroup class is used to group together related timers into a single
167 /// report that is printed when the TimerGroup is destroyed. It is illegal to
168 /// destroy a TimerGroup object before all of the Timers in it are gone.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
Timer.h 23 class TimerGroup;
74 /// TimerGroup is destroyed. Timers do not print their information if they are
83 TimerGroup *TG = nullptr; ///< The TimerGroup this Timer is in.
91 Timer(StringRef Name, StringRef Description, TimerGroup &tg) {
106 void init(StringRef Name, StringRef Description, TimerGroup &tg);
133 friend class TimerGroup;
166 /// The TimerGroup class is used to group together related timers into a single
167 /// report that is printed when the TimerGroup is destroyed. It is illegal to
168 /// destroy a TimerGroup object before all of the Timers in it are gone.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
Timer.h 23 class TimerGroup;
74 /// TimerGroup is destroyed. Timers do not print their information if they are
83 TimerGroup *TG = nullptr; ///< The TimerGroup this Timer is in.
91 Timer(StringRef Name, StringRef Description, TimerGroup &tg) {
106 void init(StringRef Name, StringRef Description, TimerGroup &tg);
133 friend class TimerGroup;
166 /// The TimerGroup class is used to group together related timers into a single
167 /// report that is printed when the TimerGroup is destroyed. It is illegal to
168 /// destroy a TimerGroup object before all of the Timers in it are gone.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Timer.h 23 class TimerGroup;
74 /// TimerGroup is destroyed. Timers do not print their information if they are
83 TimerGroup *TG = nullptr; ///< The TimerGroup this Timer is in.
91 Timer(StringRef Name, StringRef Description, TimerGroup &tg) {
106 void init(StringRef Name, StringRef Description, TimerGroup &tg);
133 friend class TimerGroup;
166 /// The TimerGroup class is used to group together related timers into a single
167 /// report that is printed when the TimerGroup is destroyed. It is illegal to
168 /// destroy a TimerGroup object before all of the Timers in it are gone.
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
Timer.h 23 class TimerGroup;
74 /// TimerGroup is destroyed. Timers do not print their information if they are
83 TimerGroup *TG = nullptr; ///< The TimerGroup this Timer is in.
91 Timer(StringRef Name, StringRef Description, TimerGroup &tg) {
106 void init(StringRef Name, StringRef Description, TimerGroup &tg);
133 friend class TimerGroup;
166 /// The TimerGroup class is used to group together related timers into a single
167 /// report that is printed when the TimerGroup is destroyed. It is illegal to
168 /// destroy a TimerGroup object before all of the Timers in it are gone.
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
Timer.h 23 class TimerGroup;
74 /// TimerGroup is destroyed. Timers do not print their information if they are
83 TimerGroup *TG = nullptr; ///< The TimerGroup this Timer is in.
91 Timer(StringRef Name, StringRef Description, TimerGroup &tg) {
106 void init(StringRef Name, StringRef Description, TimerGroup &tg);
133 friend class TimerGroup;
166 /// The TimerGroup class is used to group together related timers into a single
167 /// report that is printed when the TimerGroup is destroyed. It is illegal to
168 /// destroy a TimerGroup object before all of the Timers in it are gone.
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
Timer.h 23 class TimerGroup;
74 /// TimerGroup is destroyed. Timers do not print their information if they are
83 TimerGroup *TG = nullptr; ///< The TimerGroup this Timer is in.
91 Timer(StringRef Name, StringRef Description, TimerGroup &tg) {
106 void init(StringRef Name, StringRef Description, TimerGroup &tg);
133 friend class TimerGroup;
166 /// The TimerGroup class is used to group together related timers into a single
167 /// report that is printed when the TimerGroup is destroyed. It is illegal to
168 /// destroy a TimerGroup object before all of the Timers in it are gone.
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Timer.h 23 class TimerGroup;
74 /// TimerGroup is destroyed. Timers do not print their information if they are
83 TimerGroup *TG = nullptr; ///< The TimerGroup this Timer is in.
91 Timer(StringRef Name, StringRef Description, TimerGroup &tg) {
106 void init(StringRef Name, StringRef Description, TimerGroup &tg);
133 friend class TimerGroup;
166 /// The TimerGroup class is used to group together related timers into a single
167 /// report that is printed when the TimerGroup is destroyed. It is illegal to
168 /// destroy a TimerGroup object before all of the Timers in it are gone.
    [all...]

Completed in 4168 milliseconds