Home
last modified time | relevance | path

Searched refs:Stopwatch (Results 1 - 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/libwebp/examples/
H A Dstopwatch.h22 typedef LARGE_INTEGER Stopwatch; typedef
24 static WEBP_INLINE void StopwatchReset(Stopwatch* watch) { in StopwatchReset()
28 static WEBP_INLINE double StopwatchReadAndReset(Stopwatch* watch) { in StopwatchReadAndReset()
45 typedef struct timeval Stopwatch; typedef
47 static WEBP_INLINE void StopwatchReset(Stopwatch* watch) { in StopwatchReset()
51 static WEBP_INLINE double StopwatchReadAndReset(Stopwatch* watch) { in StopwatchReadAndReset()
H A Ddwebp.c48 Stopwatch stop_watch; in SaveOutput()
373 Stopwatch stop_watch; in main()
H A Dcwebp.c674 Stopwatch stop_watch; in main()
/third_party/ninja/src/
H A Dmetrics.h65 struct Stopwatch { struct
67 Stopwatch() : started_(0) {} in Stopwatch() function
H A Dmetrics.cc111 double Stopwatch::Elapsed() const { in Elapsed()
116 uint64_t Stopwatch::NowRaw() const { in NowRaw()

Completed in 4 milliseconds