Skip to content

Commit

Permalink
docs tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
azhou-determined committed Mar 26, 2024
1 parent 43d080f commit 9806379
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/reference/training/api-core-reference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,14 @@
:members:
:member-order: bysource

*************************************
``determined.core.ProfilerContext``
*************************************

.. autoclass:: determined.core.ProfilerContext
:members:
:member-order: bysource

***************************************
``determined.core.SearcherOperation``
***************************************
Expand Down
1 change: 1 addition & 0 deletions harness/determined/core/_profiler.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ class ProfilerContext:
turned on/off as such:
.. code::
with det.core.init() as core_context:
core_context.profiler.on()
...
Expand Down

0 comments on commit 9806379

Please sign in to comment.