Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/It4innovations/hyperqueue
/ add
Method
add
benchmarks/src/utils/timing.py:49–51 ·
view source on GitHub ↗
(self, name, duration)
Source
from the content-addressed store, hash-verified
47
self.timings = {}
48
49
def
add(self, name, duration):
50
assert name not in self.timings
51
self.timings[name] = duration
52
53
def
duration(self) -> float:
54
return
self.timings[
"duration"
]
Callers
10
time
Method · 0.95
get_groups
Function · 0.45
test_server_compact_scheduling
Function · 0.45
collect_ids
Function · 0.45
handle_delete
Method · 0.45
draw
Function · 0.45
get_process_aggregated_stats
Function · 0.45
_skip_completed
Method · 0.45
assign_workers
Function · 0.45
start_processes
Method · 0.45
Calls
no outgoing calls
Tested by
3
get_groups
Function · 0.36
test_server_compact_scheduling
Function · 0.36
collect_ids
Function · 0.36