Searched defs:time_delta (Results 1 - 7 of 7) sorted by relevance
/third_party/nghttp2/src/ |
H A D | app_helper.h | 69 std::chrono::milliseconds time_delta(const TimePoint &a, const TimePoint &b) { in time_delta() function
|
/third_party/ltp/testcases/kernel/syscalls/fsync/ |
H A D | fsync02.c | 66 double time_delta; in run() local
|
/third_party/node/deps/ngtcp2/ngtcp2/lib/ |
H A D | ngtcp2_cc.c | 312 uint64_t tx, kx, time_delta, delta; in ngtcp2_cc_cubic_cc_on_pkt_acked() local
|
/third_party/ffmpeg/libavformat/ |
H A D | segment.c | 109 int64_t time_delta; member
|
/third_party/pulseaudio/src/modules/ |
H A D | module-loopback.c | 1086 int64_t time_delta; in sink_input_process_msg_cb() local
|
/third_party/node/deps/v8/src/logging/ |
H A D | log.cc | 1593 msg << time_delta; in AppendFunctionMessage() local 1599 void Logger::FunctionEvent(const char* reason, int script_id, double time_delta, in FunctionEvent() argument 1610 void Logger::FunctionEvent(const char* reason, int script_id, double time_delta, in FunctionEvent() argument 1584 AppendFunctionMessage(Log::MessageBuilder& msg, const char* reason, int script_id, double time_delta, int start_position, int end_position, uint64_t time) AppendFunctionMessage() argument
|
/third_party/node/deps/v8/src/profiler/ |
H A D | heap-snapshot-generator.cc | 3086 base::TimeDelta time_delta = sample.timestamp - start_time; in SerializeSamples() local
|
Completed in 19 milliseconds