mirror of
https://github.com/deepseek-ai/smallpond
synced 2025-06-26 18:27:45 +00:00
deploy: 52ecc5e455
This commit is contained in:
@@ -0,0 +1,38 @@
|
||||
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user