Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
update heading
Browse files Browse the repository at this point in the history
  • Loading branch information
ys2843 committed Jun 3, 2020
1 parent 4ce94d4 commit 5ef2993
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ profiler.dump(True)
And in `chrome://tracing` use the `load` and select `test_profiler.json`, then you will see something like this
![dev_guide_profilling_1](/assets/img/dev_guide_profilling_1.png) To understand what is going on we need to dive deep into the MXNet runtime.

# Dive deep into MXNet runtime with the profiler
## Dive deep into MXNet runtime with the profiler

We start with a simple example and try to explain as we go on. The following code creates a 3x3 tensor, computes the diagonal and then sum's along the diagonal (to compute the “trace”). Using the MXNet profiler, we capture internal MXNet behavior and dump it to a string and print it (`dumps()`) and also dump it to a file (`dump()`). Then we can import that file in `chrome://tracing` and view it graphically.

Expand Down

0 comments on commit 5ef2993

Please sign in to comment.