Home
last modified time | relevance | path

Searched refs:Elapsed (Results 1 – 25 of 44) sorted by relevance

12

/external/rust/crates/tokio/src/time/
Derror.rs45 pub struct Elapsed(()); struct
49 Elapsed, enumerator
102 impl Elapsed { implementation
104 Elapsed(()) in new()
108 impl fmt::Display for Elapsed { implementation
114 impl std::error::Error for Elapsed {} implementation
116 impl From<Elapsed> for std::io::Error {
117 fn from(_err: Elapsed) -> std::io::Error { in from()
Dtimeout.rs7 use crate::time::{error::Elapsed, sleep_until, Duration, Instant, Sleep};
143 type Output = Result<T::Output, Elapsed>;
155 Poll::Ready(()) => Poll::Ready(Err(Elapsed::new())), in poll()
/external/rust/crates/tokio-stream/src/stream_ext/
Dtimeout.rs28 pub struct Elapsed(()); struct
45 type Item = Result<S::Item, Elapsed>;
65 return Poll::Ready(Some(Err(Elapsed::new()))); in poll_next()
78 impl Elapsed { implementation
80 Elapsed(()) in new()
84 impl fmt::Display for Elapsed { implementation
90 impl std::error::Error for Elapsed {} implementation
92 impl From<Elapsed> for std::io::Error {
93 fn from(_err: Elapsed) -> std::io::Error { in from()
/external/llvm-project/libc/benchmarks/
DLibcBenchmark.h130 Duration Elapsed = {}; member
144 TotalTime += M.Elapsed; in update()
221 const Duration Elapsed = EndTime - StartTime; variable
225 TotalBenchmarkDuration += Elapsed;
226 const double ChangeRatio = REP.computeImprovement({Iterations, Elapsed});
246 BS.LastBatchElapsed = Elapsed;
/external/ms-tpm-20-ref/Samples/ARM32-FirmwareTPM/optee_ta/fTPM/platform/
DClock.c113 uint64_t Elapsed, Temp; in _plat__RealTime() local
133 Elapsed = ((Time.seconds * 1000) + (Time.millis)); in _plat__RealTime()
135 return Elapsed; in _plat__RealTime()
/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
DClientRunners.cs227 … threadLocalHistogram.Value.AddObservation(stopwatch.Elapsed.TotalSeconds * SecondsToNanos); in RunUnary()
246 … threadLocalHistogram.Value.AddObservation(stopwatch.Elapsed.TotalSeconds * SecondsToNanos); in RunUnaryAsync()
268 … threadLocalHistogram.Value.AddObservation(stopwatch.Elapsed.TotalSeconds * SecondsToNanos); in RunStreamingPingPongAsync()
296 … threadLocalHistogram.Value.AddObservation(stopwatch.Elapsed.TotalSeconds * SecondsToNanos); in RunGenericStreamingAsync()
DStressTestClient.cs151 histogram.AddObservation(stopwatch.Elapsed.TotalSeconds * SecondsToNanos); in RunBodyAsync()
/external/icing/icing/index/lite/
Dlite-index.cc202 timer.Elapsed() * 1000); in Initialize()
235 "Lite index crc computed in %.3fms", timer.Elapsed() * 1000); in ComputeChecksum()
251 timer.Elapsed() * 1000); in Reset()
447 header_->searchable_end(), timer.Elapsed() * 1000); in Seek()
/external/icing/icing/legacy/core/
Dicing-timer.h34 double Elapsed() const;
Dicing-timer.cc41 double IcingTimer::Elapsed() const { return ClockTime() - start_; } in Elapsed() function in icing::lib::IcingTimer
/external/libchrome/base/test/
Dperf_time_logger.cc23 LogPerfResult(test_name_.c_str(), timer_.Elapsed().InMillisecondsF(), "ms"); in Done()
/external/libchrome/base/timer/
Delapsed_timer.h23 TimeDelta Elapsed() const;
Delapsed_timer.cc21 TimeDelta ElapsedTimer::Elapsed() const { in Elapsed() function in base::ElapsedTimer
/external/bcc/examples/networking/neighbor_sharing/
DREADME.txt41 Socket Socket Message Elapsed
50 Socket Socket Message Elapsed
/external/libchrome/mojo/core/
Dtest_utils.h47 MojoDeadline Elapsed();
Dtest_utils.cc65 MojoDeadline Stopwatch::Elapsed() { in Elapsed() function in mojo::core::test::Stopwatch
/external/webrtc/p2p/base/
Dturn_port.cc1378 << Elapsed(); in OnResponse()
1422 << ", rtt=" << Elapsed(); in OnErrorResponse()
1441 << ", rtt=" << Elapsed(); in OnErrorResponse()
1565 << Elapsed(); in OnResponse()
1602 << ", rtt=" << Elapsed(); in OnErrorResponse()
1654 << Elapsed(); in OnResponse()
1666 << ", rtt=" << Elapsed(); in OnErrorResponse()
1724 << Elapsed(); in OnResponse()
1744 << ", rtt=" << Elapsed(); in OnErrorResponse()
Dstun_request.h122 int Elapsed() const;
Dstun_request.cc223 int StunRequest::Elapsed() const { in Elapsed() function in cricket::StunRequest
/external/icing/icing/legacy/index/
Dicing-storage-file.cc87 "Syncing %s took %.3fms", filename_.c_str(), timer.Elapsed() * 1000.); in Sync()
/external/lzma/CPP/7zip/UI/FileManager/
DProgressDialog2a.rc50 LTEXT "Elapsed time:", IDT_PROGRESS_ELAPSED, m, y0, x0s, 8
/external/ltp/utils/benchmark/kernbench-0.42/
Dkernbench179 echo Elapsed Time `show_statistics $temp_elapsed` >> templog
/external/tensorflow/tensorflow/core/profiler/protobuf/
Dop_profile.proto74 double raw_time = 11; // Elapsed core-time in picoseconds.
/external/rust/crates/tokio/src/time/driver/wheel/
Dmod.rs98 return Err((item, InsertError::Elapsed)); in insert()
/external/webrtc/api/video/
Dvideo_frame.h76 TimeDelta Elapsed() const { return finish - start; } in Elapsed() function

12