Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/etc/systemd/system/
H A Dzfs-scrub-weekly@.timer.in5 [Timer] section
6 OnCalendar=weekly
7 Persistent=true
8 RandomizedDelaySec=1h
9 Unit=zfs-scrub@%i.service
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
/freebsd/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/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/contrib/llvm-project/lld/COFF/
H A DPDB.h21 class Timer; variable
/freebsd/sys/contrib/dev/acpica/components/executer/
H A Dexdebug.c191 UINT32 Timer; in AcpiExDoDebugObject() local
/freebsd/contrib/llvm-project/lld/include/lld/Common/
H A DTimer.h23 class Timer; variable
/freebsd/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
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerUtilWindows.cpp115 HANDLE Timer; in SetTimer() local
124 static TimerQ Timer; variable
/freebsd/sys/contrib/dev/acpica/common/
H A Ddmtables.c202 time_t Timer; in AdDisassemblerHeader() local
/freebsd/usr.sbin/ppp/
H A Dthroughput.h51 struct pppTimer Timer; member
H A Dtty.c89 struct pppTimer Timer; /* CD checks */ member
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DTimer.cpp60 Timer::Timer(Timer::Category &category, const char *format, ...) in Timer() function in Timer
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInstance.h36 class Timer; variable
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp1760 llvm::Timer Timer; in loadModuleFile() local
1894 llvm::Timer Timer; in findOrCompileModuleAndReadAST() local
H A DFrontendAction.cpp1075 llvm::TimeRegion Timer(CI.getFrontendTimer()); in Execute() local
H A DASTUnit.cpp368 SimpleTimer Timer(WantTiming); in CacheCodeCompletionResults() local
/freebsd/lib/libc/isc/
H A Deventlib_p.h171 enum { Accept, File, Stream, Timer, Wait, Free, Null } type; enumerator
/freebsd/contrib/googletest/googletest/src/
H A Dgtest.cc1175 class Timer { class
1177 Timer() : start_(clock::now()) {} in Timer() function in testing::internal::Timer
/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp2852 class Timer { class