/third_party/flutter/skia/third_party/externals/libwebp/examples/ |
D | stopwatch.h | 22 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/ |
D | stopwatch.h | 22 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/ |
D | instrumentation.cc | 18 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()
|
D | instrumentation.h | 21 class Stopwatch { 23 Stopwatch(); 25 ~Stopwatch(); 55 FML_DISALLOW_COPY_AND_ASSIGN(Stopwatch);
|
D | compositor_context.h | 101 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/ |
D | store_now_in_vector.cpp | 24 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/ |
D | perf_condition_variable.cpp | 56 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/ |
D | layer.h | 56 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/ |
D | animation_bench.dart | 21 final Stopwatch stopwatch; 40 final Stopwatch wallClockWatch = Stopwatch(); 41 final Stopwatch cpuWatch = Stopwatch();
|
D | layout_bench.dart | 25 final Stopwatch watch = Stopwatch();
|
D | build_bench.dart | 24 final Stopwatch watch = Stopwatch();
|
/third_party/ninja/src/ |
D | metrics.h | 67 struct Stopwatch { struct 69 Stopwatch() : started_(0) {} in Stopwatch() function
|
/third_party/flutter/flutter/dev/benchmarks/microbenchmarks/lib/geometry/ |
D | rrect_contains_bench.dart | 13 final Stopwatch watch = Stopwatch();
|
/third_party/flutter/flutter/dev/benchmarks/microbenchmarks/lib/gestures/ |
D | velocity_tracker_bench.dart | 15 final Stopwatch watch = Stopwatch();
|
D | gesture_detector_bench.dart | 16 final Stopwatch watch = Stopwatch();
|
/third_party/grpc/src/csharp/Grpc.IntegrationTesting/ |
D | ClientRunners.cs | 211 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/ |
D | run_hot.dart | 187 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/ |
D | sync_star_bench.dart | 20 final Stopwatch watch = Stopwatch();
|
D | sync_star_semantics_bench.dart | 38 final Stopwatch watch = Stopwatch();
|
/third_party/flutter/flutter/packages/flutter_tools/lib/src/linux/ |
D | build_linux.dart | 42 final Stopwatch sw = Stopwatch()..start();
|
/third_party/flutter/flutter/dev/devicelab/lib/tasks/ |
D | build_benchmarks.dart | 29 final Stopwatch stopwatch = Stopwatch()
|
/third_party/flutter/flutter/packages/flutter_tools/lib/src/macos/ |
D | build_macos.dart | 53 final Stopwatch sw = Stopwatch()..start();
|
/third_party/flutter/flutter/dev/devicelab/bin/tasks/ |
D | dartdocs.dart | 16 final Stopwatch clock = Stopwatch()..start();
|
/third_party/flutter/flutter/packages/flutter_tools/lib/src/windows/ |
D | build_windows.dart | 55 final Stopwatch sw = Stopwatch()..start();
|
/third_party/flutter/flutter/packages/flutter/lib/src/foundation/ |
D | debug.dart | 57 final Stopwatch stopwatch = Stopwatch()..start();
|