MCPcopy Create free account
hub / github.com/apache/datafusion / ProfileResult

Class ProfileResult

benchmarks/compile_profile.py:57–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55
56
57class ProfileResult(NamedTuple):
58 profile: str
59 compile_seconds: float
60 run_seconds: float
61 binary_bytes: int
62
63
64def parse_args() -> argparse.Namespace:

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…