Home
last modified time | relevance | path

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

/freebsd-src/sys/contrib/openzfs/etc/systemd/system/
H A Dzfs-scrub-monthly@.timer.in5 [Timer] section
6 OnCalendar=monthly
7 Persistent=true
8 RandomizedDelaySec=1h
9 Unit=zfs-scrub@%i.service
H A Dzfs-trim-monthly@.timer.in5 [Timer] section
6 OnCalendar=monthly
7 Persistent=true
8 RandomizedDelaySec=1h
9 Unit=zfs-trim@%i.service
H A Dzfs-trim-weekly@.timer.in5 [Timer] section
6 OnCalendar=weekly
7 Persistent=true
8 RandomizedDelaySec=1h
9 Unit=zfs-trim@%i.service
H A Dzfs-scrub-weekly@.timer.in5 [Timer] section
6 OnCalendar=weekly
7 Persistent=true
8 RandomizedDelaySec=1h
9 Unit=zfs-scrub@%i.service
/freebsd-src/contrib/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
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/
H A DTimer.h91 explicit Timer(StringRef TimerName, StringRef TimerDescription) { in Timer() function
94 Timer(StringRef TimerName, StringRef TimerDescription, TimerGroup &tg) { in Timer() function
97 Timer(const Timer &RHS) { in Timer() function
/freebsd-src/contrib/llvm-project/lld/COFF/
H A DPDB.h21 class Timer; variable
/freebsd-src/sys/contrib/dev/acpica/components/executer/
H A Dexdebug.c191 UINT32 Timer; in AcpiExDoDebugObject() local
/freebsd-src/contrib/llvm-project/lld/include/lld/Common/
H A DTimer.h23 class Timer; variable
/freebsd-src/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dtiming.h32 Timer(Timer &&Other) in Timer() function
62 Timer(TimingManager &Manager, u32 HandleId) in Timer() function
[all...]
/freebsd-src/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerUtilWindows.cpp110 HANDLE Timer; SetTimer() local
119 static TimerQ Timer; global() variable
/freebsd-src/sys/contrib/dev/acpica/common/
H A Ddmtables.c202 time_t Timer; in AdDisassemblerHeader() local
/freebsd-src/usr.sbin/ppp/
H A Dthroughput.h51 struct pppTimer Timer; member
H A Dtty.c89 struct pppTimer Timer; /* CD checks */ member
/freebsd-src/contrib/llvm-project/lldb/source/Utility/
H A DTimer.cpp60 Timer::Timer(Timer::Category &category, const char *format, ...) in Timer() function in Timer
/freebsd-src/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp435 TimeBucketRegion Timer; in onStartOfTranslationUnit() local
445 TimeBucketRegion Timer; in onEndOfTranslationUnit() local
1025 TimeBucketRegion Timer; in matchWithoutFilter() local
1048 TimeBucketRegion Timer; in matchWithFilter() local
/freebsd-src/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInstance.h36 class Timer; variable
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp1725 llvm::Timer Timer; loadModuleFile() local
1852 llvm::Timer Timer; findOrCompileModuleAndReadAST() local
[all...]
H A DFrontendAction.cpp1066 llvm::TimeRegion Timer(CI.getFrontendTimer()); Execute() local
H A DASTUnit.cpp367 SimpleTimer Timer(WantTiming); CacheCodeCompletionResults() local
/freebsd-src/lib/libc/isc/
H A Deventlib_p.h171 enum { Accept, File, Stream, Timer, Wait, Free, Null } type; enumerator
/freebsd-src/contrib/googletest/googletest/src/
H A Dgtest.cc1149 class Timer { global() class
1151 Timer() : start_(clock::now()) {} Timer() function in testing::internal::Timer
/freebsd-src/contrib/bsnmp/tests/
H A Dcatch.hpp2852 class Timer { class