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

Function MarkTimelineEvent

be/src/service/impala-server.cc:2495–2500  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2493}
2494
2495static inline void MarkTimelineEvent(RuntimeProfile::EventSequence* timeline,
2496 const string& str) {
2497 if (timeline != nullptr) {
2498 timeline->MarkEvent(str);
2499 }
2500}
2501
2502void ImpalaServer::WaitForCatalogUpdate(const int64_t catalog_update_version,
2503 const TUniqueId& catalog_service_id, RuntimeProfile::EventSequence* timeline) {

Calls 1

MarkEventMethod · 0.80

Tested by

no test coverage detected