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

Method GetReplayStatistics

be/src/runtime/io/data-cache-trace.h:217–220  ·  view source on GitHub ↗

Get the hit statistics for the replay of the trace.

Source from the content-addressed store, hash-verified

215
216 // Get the hit statistics for the replay of the trace.
217 CacheHitStatistics GetReplayStatistics() const {
218 DCHECK(initialized_);
219 return replay_stats_;
220 }
221
222 private:
223

Callers 3

mainFunction · 0.80
TEST_PFunction · 0.80
TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 2

TEST_PFunction · 0.64
TEST_FFunction · 0.64