sandeep-krishnamurthy commented on a change in pull request #15132: Profiler
API Enhancements
URL: https://github.com/apache/incubator-mxnet/pull/15132#discussion_r291416814
##########
File path: src/c_api/c_api_profile.cc
##########
@@ -303,6 +303,11 @@ int MXSetProfilerConfig(int num_params, const char*
const* keys, const char* con
}
int MXAggregateProfileStatsPrint(const char **out_str, int reset) {
+ return MXAggregateProfileStatsPrintEx(out_str, reset, 0, 0, 0);
+}
+
+int MXAggregateProfileStatsPrintEx(const char **out_str, int reset, int
format, int sort_by,
Review comment:
nit: formatting
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services