aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/profiler
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2017-09-16 17:25:10 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-09-16 17:29:37 -0700
commit3aedb9b11ab435982f35f34b2b817d9c8fdd59fb (patch)
treedceacc55f64f0c6c11612dada107d07735e33b31 /tensorflow/core/profiler
parent20e12d9c160ca2c5a20d238fba2d54e1e16741a5 (diff)
Fix the profiler copy.bara
Increase the auto-tracing steps to catch all major fetches. PiperOrigin-RevId: 168974064
Diffstat (limited to 'tensorflow/core/profiler')
-rw-r--r--tensorflow/core/profiler/README.md2
-rw-r--r--tensorflow/core/profiler/g3doc/command_line.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/tensorflow/core/profiler/README.md b/tensorflow/core/profiler/README.md
index 7855799417..92bce9c1ce 100644
--- a/tensorflow/core/profiler/README.md
+++ b/tensorflow/core/profiler/README.md
@@ -36,7 +36,7 @@ bazel-bin/tensorflow/core/profiler/profiler \
tfprof> op -select micros,bytes,occurrence -order_by micros
# To be open sourced...
-bazel-bin/third_party/tensorflow/python/profiler/profiler_ui \
+bazel-bin/tensorflow/python/profiler/profiler_ui \
--profile_path=/tmp/profiles/profile_1
```
![ProfilerUI](g3doc/profiler_ui.jpg)
diff --git a/tensorflow/core/profiler/g3doc/command_line.md b/tensorflow/core/profiler/g3doc/command_line.md
index 7ce53bc1b8..d41ac7290d 100644
--- a/tensorflow/core/profiler/g3doc/command_line.md
+++ b/tensorflow/core/profiler/g3doc/command_line.md
@@ -62,7 +62,7 @@ Note: this feature is not well maintained now.
```shell
# Build the tool.
-bazel build --config opt third_party/tensorflow/core/profiler:profiler
+bazel build --config opt tensorflow/core/profiler:profiler
# Help information, including detail 'option' instructions.
bazel-bin/tensorflow/core/profiler/profiler help