Skip to content

Commit

Permalink
Update docs/advanced_usage.rst
Browse files Browse the repository at this point in the history
Co-authored-by: Emmett Butler <[email protected]>
  • Loading branch information
danielsn and emmettbutler authored Dec 9, 2024
1 parent 17e5ef5 commit a24383e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/advanced_usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -743,7 +743,6 @@ PyTorch Profiling

The PyTorch profiler can be used to trace CPU and GPU events that occur when running inference or training on a PyTorch model.
The PyTorch profiler as it's `typically used <https://pytorch.org/tutorials/intermediate/tensorboard_profiler_tutorial.html>`__, will output a trace json file to

local disk that can be loaded in a visualization tool like TensorBoard or Perfetto. With the dd-trace-py PyTorch profiler integration, we instrument the `profiler API <https://pytorch.org/docs/stable/_modules/torch/profiler/profiler.html>`__
to automatically export this data to Datadog for visualization without having to manually copy files between servers.

Expand Down

0 comments on commit a24383e

Please sign in to comment.