Home
last modified time | relevance | path

Searched refs:Stopwatch (Results 1 – 25 of 70) sorted by relevance

123

/third_party/flutter/skia/third_party/externals/libwebp/examples/
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()
/third_party/skia/third_party/externals/libwebp/examples/
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()
/third_party/flutter/engine/flutter/flow/
Dinstrumentation.cc18 Stopwatch::Stopwatch() : start_(fml::TimePoint::Now()), current_sample_(0) { in Stopwatch() function in flutter::Stopwatch
25 Stopwatch::~Stopwatch() = default;
27 void Stopwatch::Start() { in Start()
32 void Stopwatch::Stop() { in Stop()
36 void Stopwatch::SetLapTime(const fml::TimeDelta& delta) { in SetLapTime()
41 const fml::TimeDelta& Stopwatch::LastLap() const { in LastLap()
57 fml::TimeDelta Stopwatch::MaxDelta() const { in MaxDelta()
66 fml::TimeDelta Stopwatch::AverageDelta() const { in AverageDelta()
76 void Stopwatch::InitVisualizeSurface(const SkRect& rect) const { in InitVisualizeSurface()
134 void Stopwatch::Visualize(SkCanvas& canvas, const SkRect& rect) const { in Visualize()
Dinstrumentation.h21 class Stopwatch {
23 Stopwatch();
25 ~Stopwatch();
55 FML_DISALLOW_COPY_AND_ASSIGN(Stopwatch);
Dcompositor_context.h101 const Stopwatch& raster_time() const { return raster_time_; } in raster_time()
103 Stopwatch& ui_time() { return ui_time_; } in ui_time()
109 Stopwatch raster_time_;
110 Stopwatch ui_time_;
/third_party/boost/libs/chrono/perf/
Dstore_now_in_vector.cpp24 typedef boost::chrono::timer<boost::chrono::high_resolution_clock> Stopwatch; typedef
48 Stopwatch sw1; in test()
50 Stopwatch::duration t1 = sw1.elapsed(); in test()
51 Stopwatch sw2; in test()
53 Stopwatch::duration t2 = sw2.elapsed(); in test()
72 Stopwatch sw; in perf2()
83 Stopwatch sw; in perf3()
/third_party/boost/libs/thread/example/
Dperf_condition_variable.cpp56 typedef boost::chrono::simple_stopwatch<> Stopwatch; typedef
81 Stopwatch::rep producer_time;
96 Stopwatch sw; in producer_thread()
142 Stopwatch::rep benchmark_ping_pong(unsigned consumer_count) in benchmark_ping_pong()
146 …auto best_producer_time = std::numeric_limits<Stopwatch::rep>::max BOOST_PREVENT_MACRO_SUBSTITUTIO… in benchmark_ping_pong()
212 Stopwatch::rep boost, std; in main()
/third_party/flutter/engine/flutter/flow/layers/
Dlayer.h56 const Stopwatch& raster_time;
57 const Stopwatch& ui_time;
87 const Stopwatch& raster_time;
88 const Stopwatch& ui_time;
/third_party/flutter/flutter/dev/benchmarks/microbenchmarks/lib/stocks/
Danimation_bench.dart21 final Stopwatch stopwatch;
40 final Stopwatch wallClockWatch = Stopwatch();
41 final Stopwatch cpuWatch = Stopwatch();
Dlayout_bench.dart25 final Stopwatch watch = Stopwatch();
Dbuild_bench.dart24 final Stopwatch watch = Stopwatch();
/third_party/ninja/src/
Dmetrics.h67 struct Stopwatch { struct
69 Stopwatch() : started_(0) {} in Stopwatch() function
/third_party/flutter/flutter/dev/benchmarks/microbenchmarks/lib/geometry/
Drrect_contains_bench.dart13 final Stopwatch watch = Stopwatch();
/third_party/flutter/flutter/dev/benchmarks/microbenchmarks/lib/gestures/
Dvelocity_tracker_bench.dart15 final Stopwatch watch = Stopwatch();
Dgesture_detector_bench.dart16 final Stopwatch watch = Stopwatch();
/third_party/grpc/src/csharp/Grpc.IntegrationTesting/
DClientRunners.cs211 var stopwatch = new Stopwatch(); in RunUnary()
237 var stopwatch = new Stopwatch(); in RunUnaryAsync()
256 var stopwatch = new Stopwatch(); in RunStreamingPingPongAsync()
282 var stopwatch = new Stopwatch(); in RunGenericStreamingAsync()
/third_party/flutter/flutter/packages/flutter_tools/lib/src/
Drun_hot.dart187 final Stopwatch initialUpdateDevFSsTimer = Stopwatch()..start();
388 final Stopwatch restartTimer = Stopwatch()..start();
533 final Stopwatch timer = Stopwatch()..start();
674 final Stopwatch reloadTimer = Stopwatch()..start();
681 final Stopwatch devFSTimer = Stopwatch()..start();
689 final Stopwatch vmReloadTimer = Stopwatch()..start();
770 final Stopwatch reassembleTimer = Stopwatch()..start();
1035 final Stopwatch stopwatch = Stopwatch()..start();
/third_party/flutter/flutter/dev/benchmarks/microbenchmarks/lib/language/
Dsync_star_bench.dart20 final Stopwatch watch = Stopwatch();
Dsync_star_semantics_bench.dart38 final Stopwatch watch = Stopwatch();
/third_party/flutter/flutter/packages/flutter_tools/lib/src/linux/
Dbuild_linux.dart42 final Stopwatch sw = Stopwatch()..start();
/third_party/flutter/flutter/dev/devicelab/lib/tasks/
Dbuild_benchmarks.dart29 final Stopwatch stopwatch = Stopwatch()
/third_party/flutter/flutter/packages/flutter_tools/lib/src/macos/
Dbuild_macos.dart53 final Stopwatch sw = Stopwatch()..start();
/third_party/flutter/flutter/dev/devicelab/bin/tasks/
Ddartdocs.dart16 final Stopwatch clock = Stopwatch()..start();
/third_party/flutter/flutter/packages/flutter_tools/lib/src/windows/
Dbuild_windows.dart55 final Stopwatch sw = Stopwatch()..start();
/third_party/flutter/flutter/packages/flutter/lib/src/foundation/
Ddebug.dart57 final Stopwatch stopwatch = Stopwatch()..start();

123