profiler-ui: Insufficient documentation

This TensorFlow Profiler UI looks promising but documentation is too brief. I installed pprof and bazel. I managed to make it work in the CLI following these instructions. But I could not make it on the web browser. Please, give us some more details.

About this issue

  • Original URL
  • State: closed
  • Created 6 years ago
  • Reactions: 2
  • Comments: 16 (9 by maintainers)

Most upvoted comments

So what if you ran this command instead?

python ui.py --profile_context_path=/path/to/your/profile.context

Where ui.py is the file from this repository (tensorflow/profiler-ui).

Installation step 3 has been rewritten based on what you shared in this bug, I hope it’s clearer now, thanks