From 3aedb9b11ab435982f35f34b2b817d9c8fdd59fb Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Sat, 16 Sep 2017 17:25:10 -0700 Subject: Fix the profiler copy.bara Increase the auto-tracing steps to catch all major fetches. PiperOrigin-RevId: 168974064 --- tensorflow/core/profiler/README.md | 2 +- tensorflow/core/profiler/g3doc/command_line.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'tensorflow/core') 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 -- cgit v1.2.3