mirror of
https://github.com/deepseek-ai/smallpond
synced 2025-06-26 18:27:45 +00:00
38 lines
566 B
ReStructuredText
38 lines
566 B
ReStructuredText
smallpond.execution.task.PerfStats
|
|
==================================
|
|
|
|
.. currentmodule:: smallpond.execution.task
|
|
|
|
.. autoclass:: PerfStats
|
|
|
|
|
|
.. automethod:: __init__
|
|
|
|
|
|
.. rubric:: Methods
|
|
|
|
.. autosummary::
|
|
|
|
~PerfStats.__init__
|
|
~PerfStats.count
|
|
~PerfStats.index
|
|
|
|
|
|
|
|
|
|
|
|
.. rubric:: Attributes
|
|
|
|
.. autosummary::
|
|
|
|
~PerfStats.avg
|
|
~PerfStats.cnt
|
|
~PerfStats.max
|
|
~PerfStats.min
|
|
~PerfStats.p50
|
|
~PerfStats.p75
|
|
~PerfStats.p95
|
|
~PerfStats.p99
|
|
~PerfStats.sum
|
|
|
|
|