You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2018/03/01 08:04:02 UTC

[GitHub] rahul003 commented on a change in pull request #9933: Adding support to profile kvstore server during distributed training

rahul003 commented on a change in pull request #9933: Adding support to profile kvstore server during distributed training
URL: https://github.com/apache/incubator-mxnet/pull/9933#discussion_r171481290
 
 

 ##########
 File path: src/kvstore/kvstore_dist_server.h
 ##########
 @@ -125,6 +127,7 @@ class KVStoreDistServer {
   }
 
   ~KVStoreDistServer() {
+    profiler::Profiler::Get()->SetState(profiler::Profiler::ProfilerState(profiler::Profiler::kNotRunning));
 
 Review comment:
   @cjolivier01 Is this needed?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services