Home
last modified time | relevance | path

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

12

/third_party/grpc/src/core/lib/event_engine/posix_engine/
Dtimer.h41 struct Timer { struct
46 struct Timer* next; argument
47 struct Timer* prev; argument
50 struct Timer* hash_table_next; argument
56 // Dependency injection: allow tests and/or TimerManager to inject argument
/third_party/rust/crates/bindgen/bindgen/
Dtime.rs6 pub struct Timer<'a> { struct
12 impl<'a> Timer<'a> { impl
48 impl<'a> Drop for Timer<'a> { implementation
/third_party/rust/crates/nix/src/sys/
Dtimer.rs68 pub struct Timer(libc::timer_t); struct
70 impl Timer { implementation
178 impl Drop for Timer { implementation
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DTimer.h22 class Timer; variable
88 explicit Timer(StringRef TimerName, StringRef TimerDescription) { in Timer() function
91 Timer(StringRef TimerName, StringRef TimerDescription, TimerGroup &tg) { in Timer() function
94 Timer(const Timer &RHS) { in Timer() function
104 explicit Timer() {} in Timer() function
DSignposts.h22 class Timer; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DTimer.h22 class Timer; variable
88 explicit Timer(StringRef Name, StringRef Description) { in Timer() function
91 Timer(StringRef Name, StringRef Description, TimerGroup &tg) { in Timer() function
94 Timer(const Timer &RHS) { in Timer() function
104 explicit Timer() {} in Timer() function
/third_party/skia/modules/skplaintexteditor/app/
Deditor_application.cpp74 struct Timer { struct
75 double fTime;
76 const char* fDesc;
77 Timer(const char* desc = "") : fTime(SkTime::GetNSecs()), fDesc(desc) {} in Timer() argument
78 ~Timer() { SkDebugf("%s: %5d μs\n", fDesc, (int)((SkTime::GetNSecs() - fTime) * 1e-3)); } in ~Timer()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceELFObjectWriter.cpp217 TimerMarker Timer(TimerStack::TT_writeELF, &Ctx); in writeFunctionCode() local
303 TimerMarker Timer(TimerStack::TT_writeELF, &Ctx); in writeTargetRODataSection() local
316 TimerMarker Timer(TimerStack::TT_writeELF, &Ctx); in writeDataSection() local
450 TimerMarker Timer(TimerStack::TT_writeELF, &Ctx); in writeInitialELFHeader() local
512 TimerMarker Timer(TimerStack::TT_writeELF, &Ctx); in writeConstantPool() local
575 TimerMarker Timer(TimerStack::TT_writeELF, &Ctx); in writeJumpTable() local
610 TimerMarker Timer(TimerStack::TT_writeELF, &Ctx); in setUndefinedSyms() local
635 TimerMarker Timer(TimerStack::TT_writeELF, &Ctx); in writeNonUserSections() local
/third_party/skia/m133/modules/skplaintexteditor/app/
Deditor_application.cpp88 struct Timer { struct
89 double fTime;
90 const char* fDesc;
91 Timer(const char* desc = "") : fTime(SkTime::GetNSecs()), fDesc(desc) {} in Timer() function
92 ~Timer() { SkDebugf("%s: %5d μs\n", fDesc, (int)((SkTime::GetNSecs() - fTime) * 1e-3)); } in ~Timer()
/third_party/skia/third_party/externals/swiftshader/src/System/
DTimer.hpp22 class Timer class
DTimer.cpp40 Timer::Timer() in Timer() function in sw::Timer
/third_party/skia/third_party/externals/swiftshader/src/Common/
DTimer.hpp22 class Timer class
DTimer.cpp40 Timer::Timer() in Timer() function in sw::Timer
/third_party/typescript/tests/cases/conformance/jsdoc/declarations/
DjsDeclarationsFunctionClassesCjsExportAssignment.ts10 function Timer(timeout) { function
/third_party/json/tests/thirdparty/Fuzzer/
DFuzzerUtilWindows.cpp99 HANDLE Timer; in SetTimer() local
108 static TimerQ Timer; variable
/third_party/skia/third_party/externals/angle2/util/
DTimer.cpp13 Timer::Timer() : mRunning(false), mStartTime(0), mStopTime(0) {} in Timer() function in Timer
/third_party/typescript/tests/baselines/reference/
DjsDeclarationsFunctionClassesCjsExportAssignment.js7 function Timer(timeout) { class
/third_party/skia/tools/viewer/
DStatsLayer.h20 typedef int Timer; typedef
/third_party/skia/third_party/externals/dawn/src/tests/perf_tests/
DDawnPerfTest.h21 class Timer; variable
DDawnPerfTestPlatform.h27 class Timer; variable
/third_party/skia/tests/
DTest.cpp73 skiatest::Timer::Timer() : fStartNanos(SkTime::GetNSecs()) {} in Timer() function in skiatest::Timer
/third_party/skia/m133/tests/
DTest.cpp76 skiatest::Timer::Timer() : fStartNanos(SkTime::GetNSecs()) {} in Timer() function in skiatest::Timer
/third_party/skia/m133/tools/viewer/
DStatsLayer.h23 typedef int Timer; typedef
/third_party/rust/rust/src/ci/
Dstage-build.py243 def iterate_timers(timer: "Timer", name: str, level: int = 0) -> Iterator[
253 class Timer: class
327 def add_child(self, name: str, timer: "Timer"):
780 def record_metrics(pipeline: Pipeline, timer: Timer):
886 def execute_build_pipeline(timer: Timer, pipeline: Pipeline, runner: BenchmarkRunner, dist_build_ar…
/third_party/typescript/src/compiler/
Dperformance.ts13 export interface Timer { interface

12