MCPcopy Create free account
hub / github.com/MaterializeInc/materialize / PrevStats

Class PrevStats

misc/python/materialize/benches/avro_ingest.py:52–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50
51
52class PrevStats(NamedTuple):
53 wall_time: float
54 user_cpu: float
55 system_cpu: float
56
57
58def print_stats(container: Container, prev: PrevStats, file: IO) -> PrevStats:

Callers 2

print_statsFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected