Searched defs:TimeRecord (Results 1 - 14 of 14) sorted by relevance

/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
H A DTimer.h26 class TimeRecord { class in namespace:llvm
32 TimeRecord() : WallTime(0), UserTime(0), SystemTime(0), MemUsed(0) {} function in class:llvm::TimeRecord
38 static TimeRecord getCurrentTime(bool Start = true);
46 bool operator<(const TimeRecord &T) const {
51 void operator+=(const TimeRecord &RHS) {
57 void operator-=(const TimeRecord &RHS) {
66 void print(const TimeRecord &Total, raw_ostream &OS) const;
77 TimeRecord Time; ///< The total time captured.
78 TimeRecord StartTime; ///< The time startTimer() was last called.
130 TimeRecord getTotalTim
[all...]
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
H A DTimer.h26 class TimeRecord { class in namespace:llvm
32 TimeRecord() : WallTime(0), UserTime(0), SystemTime(0), MemUsed(0) {} function in class:llvm::TimeRecord
38 static TimeRecord getCurrentTime(bool Start = true);
46 bool operator<(const TimeRecord &T) const {
51 void operator+=(const TimeRecord &RHS) {
57 void operator-=(const TimeRecord &RHS) {
66 void print(const TimeRecord &Total, raw_ostream &OS) const;
77 TimeRecord Time; ///< The total time captured.
78 TimeRecord StartTime; ///< The time startTimer() was last called.
130 TimeRecord getTotalTim
[all...]
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
H A DTimer.h26 class TimeRecord { class in namespace:llvm
32 TimeRecord() : WallTime(0), UserTime(0), SystemTime(0), MemUsed(0) {} function in class:llvm::TimeRecord
38 static TimeRecord getCurrentTime(bool Start = true);
46 bool operator<(const TimeRecord &T) const {
51 void operator+=(const TimeRecord &RHS) {
57 void operator-=(const TimeRecord &RHS) {
66 void print(const TimeRecord &Total, raw_ostream &OS) const;
77 TimeRecord Time; ///< The total time captured.
78 TimeRecord StartTime; ///< The time startTimer() was last called.
130 TimeRecord getTotalTim
[all...]
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
H A DTimer.h26 class TimeRecord { class in namespace:llvm
32 TimeRecord() : WallTime(0), UserTime(0), SystemTime(0), MemUsed(0) {} function in class:llvm::TimeRecord
38 static TimeRecord getCurrentTime(bool Start = true);
46 bool operator<(const TimeRecord &T) const {
51 void operator+=(const TimeRecord &RHS) {
57 void operator-=(const TimeRecord &RHS) {
66 void print(const TimeRecord &Total, raw_ostream &OS) const;
77 TimeRecord Time; ///< The total time captured.
78 TimeRecord StartTime; ///< The time startTimer() was last called.
130 TimeRecord getTotalTim
[all...]
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
H A DTimer.h26 class TimeRecord { class in namespace:llvm
32 TimeRecord() : WallTime(0), UserTime(0), SystemTime(0), MemUsed(0) {} function in class:llvm::TimeRecord
38 static TimeRecord getCurrentTime(bool Start = true);
46 bool operator<(const TimeRecord &T) const {
51 void operator+=(const TimeRecord &RHS) {
57 void operator-=(const TimeRecord &RHS) {
66 void print(const TimeRecord &Total, raw_ostream &OS) const;
77 TimeRecord Time; ///< The total time captured.
78 TimeRecord StartTime; ///< The time startTimer() was last called.
130 TimeRecord getTotalTim
[all...]
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
H A DTimer.h26 class TimeRecord { class in namespace:llvm
32 TimeRecord() : WallTime(0), UserTime(0), SystemTime(0), MemUsed(0) {} function in class:llvm::TimeRecord
38 static TimeRecord getCurrentTime(bool Start = true);
46 bool operator<(const TimeRecord &T) const {
51 void operator+=(const TimeRecord &RHS) {
57 void operator-=(const TimeRecord &RHS) {
66 void print(const TimeRecord &Total, raw_ostream &OS) const;
77 TimeRecord Time; ///< The total time captured.
78 TimeRecord StartTime; ///< The time startTimer() was last called.
130 TimeRecord getTotalTim
[all...]
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
H A DTimer.h26 class TimeRecord { class in namespace:llvm
32 TimeRecord() : WallTime(0), UserTime(0), SystemTime(0), MemUsed(0) {} function in class:llvm::TimeRecord
38 static TimeRecord getCurrentTime(bool Start = true);
46 bool operator<(const TimeRecord &T) const {
51 void operator+=(const TimeRecord &RHS) {
57 void operator-=(const TimeRecord &RHS) {
66 void print(const TimeRecord &Total, raw_ostream &OS) const;
77 TimeRecord Time; ///< The total time captured.
78 TimeRecord StartTime; ///< The time startTimer() was last called.
130 TimeRecord getTotalTim
[all...]
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
H A DTimer.h26 class TimeRecord { class in namespace:llvm
32 TimeRecord() : WallTime(0), UserTime(0), SystemTime(0), MemUsed(0) {} function in class:llvm::TimeRecord
38 static TimeRecord getCurrentTime(bool Start = true);
46 bool operator<(const TimeRecord &T) const {
51 void operator+=(const TimeRecord &RHS) {
57 void operator-=(const TimeRecord &RHS) {
66 void print(const TimeRecord &Total, raw_ostream &OS) const;
77 TimeRecord Time; ///< The total time captured.
78 TimeRecord StartTime; ///< The time startTimer() was last called.
130 TimeRecord getTotalTim
[all...]
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
H A DTimer.h26 class TimeRecord { class in namespace:llvm
32 TimeRecord() : WallTime(0), UserTime(0), SystemTime(0), MemUsed(0) {} function in class:llvm::TimeRecord
38 static TimeRecord getCurrentTime(bool Start = true);
46 bool operator<(const TimeRecord &T) const {
51 void operator+=(const TimeRecord &RHS) {
57 void operator-=(const TimeRecord &RHS) {
66 void print(const TimeRecord &Total, raw_ostream &OS) const;
77 TimeRecord Time; ///< The total time captured.
78 TimeRecord StartTime; ///< The time startTimer() was last called.
130 TimeRecord getTotalTim
[all...]
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
H A DTimer.h26 class TimeRecord { class in namespace:llvm
32 TimeRecord() : WallTime(0), UserTime(0), SystemTime(0), MemUsed(0) {} function in class:llvm::TimeRecord
38 static TimeRecord getCurrentTime(bool Start = true);
46 bool operator<(const TimeRecord &T) const {
51 void operator+=(const TimeRecord &RHS) {
57 void operator-=(const TimeRecord &RHS) {
66 void print(const TimeRecord &Total, raw_ostream &OS) const;
77 TimeRecord Time; ///< The total time captured.
78 TimeRecord StartTime; ///< The time startTimer() was last called.
130 TimeRecord getTotalTim
[all...]
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
H A DTimer.h26 class TimeRecord { class in namespace:llvm
32 TimeRecord() : WallTime(0), UserTime(0), SystemTime(0), MemUsed(0) {} function in class:llvm::TimeRecord
38 static TimeRecord getCurrentTime(bool Start = true);
46 bool operator<(const TimeRecord &T) const {
51 void operator+=(const TimeRecord &RHS) {
57 void operator-=(const TimeRecord &RHS) {
66 void print(const TimeRecord &Total, raw_ostream &OS) const;
77 TimeRecord Time; ///< The total time captured.
78 TimeRecord StartTime; ///< The time startTimer() was last called.
130 TimeRecord getTotalTim
[all...]
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
H A DTimer.h26 class TimeRecord { class in namespace:llvm
32 TimeRecord() : WallTime(0), UserTime(0), SystemTime(0), MemUsed(0) {} function in class:llvm::TimeRecord
38 static TimeRecord getCurrentTime(bool Start = true);
46 bool operator<(const TimeRecord &T) const {
51 void operator+=(const TimeRecord &RHS) {
57 void operator-=(const TimeRecord &RHS) {
66 void print(const TimeRecord &Total, raw_ostream &OS) const;
77 TimeRecord Time; ///< The total time captured.
78 TimeRecord StartTime; ///< The time startTimer() was last called.
130 TimeRecord getTotalTim
[all...]
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
H A DTimer.h26 class TimeRecord { class in namespace:llvm
32 TimeRecord() : WallTime(0), UserTime(0), SystemTime(0), MemUsed(0) {} function in class:llvm::TimeRecord
38 static TimeRecord getCurrentTime(bool Start = true);
46 bool operator<(const TimeRecord &T) const {
51 void operator+=(const TimeRecord &RHS) {
57 void operator-=(const TimeRecord &RHS) {
66 void print(const TimeRecord &Total, raw_ostream &OS) const;
77 TimeRecord Time; ///< The total time captured.
78 TimeRecord StartTime; ///< The time startTimer() was last called.
130 TimeRecord getTotalTim
[all...]
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
H A DTimer.h26 class TimeRecord { class in namespace:llvm
32 TimeRecord() : WallTime(0), UserTime(0), SystemTime(0), MemUsed(0) {} function in class:llvm::TimeRecord
38 static TimeRecord getCurrentTime(bool Start = true);
46 bool operator<(const TimeRecord &T) const {
51 void operator+=(const TimeRecord &RHS) {
57 void operator-=(const TimeRecord &RHS) {
66 void print(const TimeRecord &Total, raw_ostream &OS) const;
77 TimeRecord Time; ///< The total time captured.
78 TimeRecord StartTime; ///< The time startTimer() was last called.
130 TimeRecord getTotalTim
[all...]

Completed in 294 milliseconds