MCPcopy 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
90class SeriesResponse:
91 ticks: list[int]
92 series: dict[str, list[float]]
93 metric: str
94 scope: str
95 split: str
96
97
98METRIC_OPTIONS = ("malloc", "free", "net", "live")

Callers 2

query_seriesMethod · 0.85
query_multi_seriesMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected