Home
last modified time | relevance | path

Searched defs:Timer (Results 1 – 21 of 21) sorted by relevance

/llvm-project/llvm/unittests/Support/
H A DTimerTest.cpp34 TEST(Timer,Additivity) TEST() argument
51 TEST(Timer,CheckIfTriggered) TEST() argument
/llvm-project/lld/Common/
H A DTimer.cpp31 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 DPDB.h21 class Timer; variable
/llvm-project/mlir/include/mlir/Support/
H A DTiming.h24 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 DTimer.h91 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 DRNBSocket.h56 DNBTimer &Timer() { return m_timer; } in Timer() function
/llvm-project/lld/include/lld/Common/
H A DTimer.h23 class Timer; variable
/llvm-project/libc/test/src/math/performance_testing/
H A DTimer.cpp22 Timer::Timer() : Impl(new TimerImplementation) {} Timer() function in LIBC_NAMESPACE::testing::Timer
/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dtiming.h32 // 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 DTimer.py19 class Timer(object): class
/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerUtilWindows.cpp115 HANDLE Timer; in SetTimer() local
124 static TimerQ Timer; variable
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dunsafe-functions.c103 f4(const time_t * Timer) f4() argument
/llvm-project/lldb/source/Utility/
H A DTimer.cpp60 Timer::Timer(Timer::Category &category, const char *format, ...) in Timer() function in Timer
/llvm-project/clang-tools-extra/clangd/
H A DPreamble.cpp450 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 Dperformance.py66 class Timer: class
/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp435 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 DCompilerInstance.h36 class Timer; global() variable
/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp1760 llvm::Timer Timer; loadModuleFile() local
1894 llvm::Timer Timer; findOrCompileModuleAndReadAST() local
[all...]
H A DFrontendAction.cpp1075 llvm::TimeRegion Timer(CI.getFrontendTimer()); Execute() local
H A DASTUnit.cpp368 SimpleTimer Timer(WantTiming); in CacheCodeCompletionResults() local
/llvm-project/third-party/unittest/googletest/src/
H A Dgtest.cc1149 class Timer { class
1151 Timer() : start_(clock::now()) {} in Timer() function in testing::internal::Timer