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

Function binary_size

benchmarks/compile_profile.py:156–159  ·  view source on GitHub ↗
(profile: str)

Source from the content-addressed store, hash-verified

154
155
156def binary_size(profile: str) -> int:
157 binary_dir = PROFILE_TARGET_DIR[profile]
158 binary_path = REPO_ROOT / "target" / binary_dir / BENCHMARK_BINARY
159 return binary_path.stat().st_size
160
161
162def human_time(seconds: float) -> str:

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…