Skip to content
This repository was archived by the owner on Feb 3, 2025. It is now read-only.

Commit d574fa5

Browse files
authored
Update README with additional details for profiling
1 parent 06759a5 commit d574fa5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tftrt/benchmarking-cpp/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,6 @@ The binary will be located at `/workspace/tensorrt/tftrt/benchmarking-cpp/tftrt_
4343

4444
### Profiling
4545

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

Comments
 (0)