mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-06 12:20:52 +01:00
Summary: Add some much needed documentation on the Timer callgrind output format, and expand what is shown on the website. Pull Request resolved: https://github.com/pytorch/pytorch/pull/51664 Reviewed By: tugsbayasgalan Differential Revision: D26246675 Pulled By: robieta fbshipit-source-id: 7a07ff35cae07bd2da111029242a5dc8de21403c
21 lines
384 B
ReStructuredText
21 lines
384 B
ReStructuredText
.. role:: hidden
|
|
:class: hidden-section
|
|
|
|
Benchmark Utils - torch.utils.benchmark
|
|
==================================================
|
|
|
|
.. automodule:: torch.utils.benchmark
|
|
.. currentmodule:: torch.utils.benchmark
|
|
|
|
.. autoclass:: Timer
|
|
:members:
|
|
|
|
.. autoclass:: Measurement
|
|
:members:
|
|
|
|
.. autoclass:: CallgrindStats
|
|
:members:
|
|
|
|
.. autoclass:: FunctionCounts
|
|
:members:
|