/llvm-project/llvm/unittests/Support/ |
H A D | TimerTest.cpp | 34 TEST(Timer,Additivity) TEST() argument 51 TEST(Timer,CheckIfTriggered) TEST() argument
|
/llvm-project/lld/Common/ |
H A D | Timer.cpp | 31 Timer::Timer(llvm::StringRef name) : total(0), name(std::string(name)) {} in Timer() function in Timer 32 Timer::Timer(llvm::StringRef name, Timer &parent) in Timer() function in Timer
|
/llvm-project/lld/COFF/ |
H A D | PDB.h | 21 class Timer; variable
|
/llvm-project/mlir/include/mlir/Support/ |
H A D | Timing.h | 24 class Timer; variable 190 Timer(Timer &&other) : Timer(other) { in Timer() function 253 Timer(TimingManager &tm, void *handle) : tm(&tm), handle(handle) {} in Timer() function
|
/llvm-project/llvm/include/llvm/Support/ |
H A D | Timer.h | 91 Timer *Next = nullptr; ///< Next timer in the group. in Timer() function 94 Timer(StringRef TimerName, StringRef TimerDescription, TimerGroup &tg) { Timer() function 97 Timer(const Timer &RHS) { Timer() function [all...] |
/llvm-project/lldb/tools/debugserver/source/ |
H A D | RNBSocket.h | 56 DNBTimer &Timer() { return m_timer; } in Timer() function
|
/llvm-project/lld/include/lld/Common/ |
H A D | Timer.h | 23 class Timer; variable
|
/llvm-project/libc/test/src/math/performance_testing/ |
H A D | Timer.cpp | 22 Timer::Timer() : Impl(new TimerImplementation) {} Timer() function in LIBC_NAMESPACE::testing::Timer
|
/llvm-project/compiler-rt/lib/scudo/standalone/ |
H A D | timing.h | 32 // The use of Timer without binding to a TimingManager is supposed to do the in Timer() function 62 Timer(TimingManager &Manager, u32 HandleId) Timer() function [all...] |
/llvm-project/cross-project-tests/debuginfo-tests/dexter/dex/utils/ |
H A D | Timer.py | 19 class Timer(object): class
|
/llvm-project/compiler-rt/lib/fuzzer/ |
H A D | FuzzerUtilWindows.cpp | 115 HANDLE Timer; in SetTimer() local 124 static TimerQ Timer; variable
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/ |
H A D | unsafe-functions.c | 103 f4(const time_t * Timer) f4() argument
|
/llvm-project/lldb/source/Utility/ |
H A D | Timer.cpp | 60 Timer::Timer(Timer::Category &category, const char *format, ...) in Timer() function in Timer
|
/llvm-project/clang-tools-extra/clangd/ |
H A D | Preamble.cpp | 450 TimerFile(WallTimer &Timer, std::unique_ptr<File> InnerFile) in TimerFile() argument 470 WallTimer &Timer; member in clang::clangd::__anon0b7b15160111::TimerFile 498 WallTimer Timer; global() member in clang::clangd::__anon0b7b15160111::TimerFS [all...] |
/llvm-project/lldb/examples/python/ |
H A D | performance.py | 66 class Timer: class
|
/llvm-project/clang/lib/ASTMatchers/ |
H A D | ASTMatchFinder.cpp | 435 TimeBucketRegion Timer; onStartOfTranslationUnit() local 445 TimeBucketRegion Timer; onEndOfTranslationUnit() local 1025 TimeBucketRegion Timer; matchWithoutFilter() local 1048 TimeBucketRegion Timer; matchWithFilter() local
|
/llvm-project/clang/include/clang/Frontend/ |
H A D | CompilerInstance.h | 36 class Timer; global() variable
|
/llvm-project/clang/lib/Frontend/ |
H A D | CompilerInstance.cpp | 1760 llvm::Timer Timer; loadModuleFile() local 1894 llvm::Timer Timer; findOrCompileModuleAndReadAST() local [all...] |
H A D | FrontendAction.cpp | 1075 llvm::TimeRegion Timer(CI.getFrontendTimer()); Execute() local
|
H A D | ASTUnit.cpp | 368 SimpleTimer Timer(WantTiming); in CacheCodeCompletionResults() local
|
/llvm-project/third-party/unittest/googletest/src/ |
H A D | gtest.cc | 1149 class Timer { class 1151 Timer() : start_(clock::now()) {} in Timer() function in testing::internal::Timer
|