From 2643868c664832b8bec301fe32b93659d4678d5a Mon Sep 17 00:00:00 2001 From: Xin Pan Date: Wed, 23 May 2018 16:20:24 +0800 Subject: [PATCH] follow comments --- paddle/fluid/operators/detail/send_recv.proto | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/paddle/fluid/operators/detail/send_recv.proto b/paddle/fluid/operators/detail/send_recv.proto index 078181909d..a244afc46f 100644 --- a/paddle/fluid/operators/detail/send_recv.proto +++ b/paddle/fluid/operators/detail/send_recv.proto @@ -70,9 +70,9 @@ message VariableMessage { bytes rows = 9; // Look up table block execution output variable name. string out_varname = 10; - // If true, the ps server will start profiling, the ps + // If 1, the ps server will start profiling, the ps // server stops profiling and generates a profile to /tmp/profile_ps_* - // when profile switches from true to false. + // when profile switches from 1 to 2. int64 profile = 11; } -- GitLab