You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 3, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: tftrt/benchmarking-cpp/README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,4 +43,6 @@ The binary will be located at `/workspace/tensorrt/tftrt/benchmarking-cpp/tftrt_
43
43
44
44
### Profiling
45
45
46
-
To profile, set the `--out_dir` flag. Run `tensorboard --logdir [out_dir]` to view results.
46
+
To profile, set the `--out_dir` flag. This creates a log directory and serializes the `XSpace` to a location that TensorBoard expects (i.e. `[out_dir]/plugins/profile/[run_id]/[host_id].xplane.pb`).
47
+
48
+
Run `tensorboard --logdir [out_dir]` to view results. TensorBoard will generate the available dashboards using the `XSpace` directly.
0 commit comments