MCPcopy Create free account
hub / github.com/apache/impala / UpdateDuration

Method UpdateDuration

be/src/kudu/util/debug/trace_event_impl.cc:647–652  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

645}
646
647void TraceEvent::UpdateDuration(const MicrosecondsInt64& now,
648 const MicrosecondsInt64& thread_now) {
649 DCHECK(duration_ == -1);
650 duration_ = now - timestamp_;
651 thread_duration_ = thread_now - thread_timestamp_;
652}
653
654namespace {
655// Escape the given string using JSON rules.

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected