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

Method phase

be/src/kudu/util/debug/trace_event_impl.h:136–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134 MicrosecondsInt64 timestamp() const { return timestamp_; }
135 MicrosecondsInt64 thread_timestamp() const { return thread_timestamp_; }
136 char phase() const { return phase_; }
137 int thread_id() const { return thread_id_; }
138 MicrosecondsInt64 duration() const { return duration_; }
139 MicrosecondsInt64 thread_duration() const { return thread_duration_; }

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected