sandeep-krishnamurthy commented on a change in pull request #15132: Profiler 
API Enhancements
URL: https://github.com/apache/incubator-mxnet/pull/15132#discussion_r291416044
 
 

 ##########
 File path: include/mxnet/c_api.h
 ##########
 @@ -321,14 +321,29 @@ MXNET_DLL int MXDumpProcessProfile(int finished, int 
profile_process, KVStoreHan
 MXNET_DLL int MXDumpProfile(int finished);
 
 /*!
- * \brief Print aggregate stats to the a string
- * \param out_str Will receive a pointer to the output string
- * \param reset Clear the aggregate stats after printing
- * \return 0 when success, -1 when failure happens.
- * \note
- */
+        * \brief Print aggregate stats to the a string
+        * \param out_str Will receive a pointer to the output string
+        * \param reset Clear the aggregate stats after printing
+        * \return 0 when success, -1 when failure happens.
+        * \note
+        */
 MXNET_DLL int MXAggregateProfileStatsPrint(const char **out_str, int reset);
 
+/*!
+        * \brief Print aggregate stats to the a string
+        * \param out_str Will receive a pointer to the output string
+        * \param reset Clear the aggregate stats after printing
+        * \param out_str will receive a pointer to the output string
 
 Review comment:
   duplicate out_str and reset doc

----------------------------------------------------------------
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

Reply via email to