aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2018-05-29 15:56:42 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-05-29 15:59:09 -0700
commita176f8a5176527a61f32d48ee602093a97336fc5 (patch)
treeea340e1528f97b452c9bc2992fa2ce41c253cecc
parent8e0811dd1f82bd2207d3b639acaa618942ddec95 (diff)
streaming trace viewer need to filter host.
PiperOrigin-RevId: 198471853
-rw-r--r--tensorflow/contrib/tpu/profiler/tpu_profiler_analysis.proto3
1 files changed, 3 insertions, 0 deletions
diff --git a/tensorflow/contrib/tpu/profiler/tpu_profiler_analysis.proto b/tensorflow/contrib/tpu/profiler/tpu_profiler_analysis.proto
index 8b0bbde98e..d3c34bfd49 100644
--- a/tensorflow/contrib/tpu/profiler/tpu_profiler_analysis.proto
+++ b/tensorflow/contrib/tpu/profiler/tpu_profiler_analysis.proto
@@ -38,6 +38,9 @@ message EnumProfileSessionsAndToolsResponse {
message ProfileSessionDataRequest {
string repository_root = 1;
string session_id = 2;
+ // Which host the data is associated. if empty, data from all hosts are
+ // aggregated.
+ string host_name = 5;
// Which tool
string tool_name = 3;
// Tool's specific parameters. e.g. TraceViewer's viewport etc