Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Dizzy-K/AutoPT
/ _total_runtime
Function
_total_runtime
analysis/summary.py:253–254 ·
view source on GitHub ↗
(results: Iterable[NormalizedResult])
Source
from the content-addressed store, hash-verified
251
252
253
def
_total_runtime(results: Iterable[NormalizedResult]) -> float:
254
return
sum(item.runtime
for
item in results
if
item.runtime is not None)
Callers
4
summarize_results
Function · 0.85
summarize_solve_rate
Function · 0.85
metric_value
Function · 0.85
_bucket_metrics
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected