Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/adny-code/fastgrind
/ SeriesResponse
Class
SeriesResponse
tools/fastgrind.py:90–95 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
88
89
@dataclass
90
class
SeriesResponse:
91
ticks: list[int]
92
series: dict[str, list[float]]
93
metric: str
94
scope: str
95
split: str
96
97
98
METRIC_OPTIONS = (
"malloc"
,
"free"
,
"net"
,
"live"
)
Callers
2
query_series
Method · 0.85
query_multi_series
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected