|
|
@ -70,9 +70,9 @@ message VariableMessage {
|
|
|
|
bytes rows = 9;
|
|
|
|
bytes rows = 9;
|
|
|
|
// Look up table block execution output variable name.
|
|
|
|
// Look up table block execution output variable name.
|
|
|
|
string out_varname = 10;
|
|
|
|
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_*
|
|
|
|
// 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;
|
|
|
|
int64 profile = 11;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|