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

Function PrintBytes

be/src/scheduling/admission-controller.cc:107–109  ·  view source on GitHub ↗

Convenience method.

Source from the content-addressed store, hash-verified

105
106/// Convenience method.
107string PrintBytes(int64_t value) {
108 return PrettyPrinter::Print(value, TUnit::BYTES);
109}
110
111// Delimiter used for pool topic keys of the form
112// "<prefix><pool_name><delimiter><backend_id>". "!" is used because the backend id

Callers 15

PrintBytesMethod · 0.85
DebugPoolStatsMethod · 0.85
DebugStringMethod · 0.85
UpdateHostStatsMethod · 0.85
RejectForScheduleMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected