Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/datafusion
/ human_time
Function
human_time
benchmarks/compile_profile.py:162–163 ·
view source on GitHub ↗
(seconds: float)
Source
from the content-addressed store, hash-verified
160
161
162
def
human_time(seconds: float) -> str:
163
return
f
"{seconds:6.2f}s"
164
165
166
def
human_size(size: int) -> str:
Callers
1
main
Function · 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…