[GCS] Add StatsInfoAccessor to GCS Client (#6748)

This commit is contained in:
micafan
2020-01-10 13:55:10 +08:00
committed by Zhijun Fu
parent 4097d076d4
commit ce8170db99
13 changed files with 94 additions and 41 deletions
+1 -1
View File
@@ -235,7 +235,7 @@ class ObjectManager : public ObjectManagerInterface,
///
/// \return All profiling information that has accumulated since the last call
/// to this method.
rpc::ProfileTableData GetAndResetProfilingInfo();
std::shared_ptr<rpc::ProfileTableData> GetAndResetProfilingInfo();
/// Returns debug string for class.
///