aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/tpu/profiler/tpu_profiler.proto
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/contrib/tpu/profiler/tpu_profiler.proto')
-rw-r--r--tensorflow/contrib/tpu/profiler/tpu_profiler.proto7
1 files changed, 6 insertions, 1 deletions
diff --git a/tensorflow/contrib/tpu/profiler/tpu_profiler.proto b/tensorflow/contrib/tpu/profiler/tpu_profiler.proto
index 8505c4bc69..7be694e866 100644
--- a/tensorflow/contrib/tpu/profiler/tpu_profiler.proto
+++ b/tensorflow/contrib/tpu/profiler/tpu_profiler.proto
@@ -96,5 +96,10 @@ message ProfileResponse {
// Data payload for each required tools.
repeated ProfileToolData tool_data = 6;
- // next-field: 7
+
+ // When we write profiling data directly to repository directory, we need a
+ // way to figure out whether the captured trace is empty (due to idle TPU).
+ bool empty_trace = 7;
+
+ // next-field: 8
}