Zha0q1 commented on issue #14100: More user-friendly profiler result
URL: 
https://github.com/apache/incubator-mxnet/issues/14100#issuecomment-514815711
 
 
   sorting is added in this PR: 
https://github.com/apache/incubator-mxnet/pull/15132
   
   Now we can use 
   `profiler.dumps(sort_by = 'avg', ascending = False)`
   where `sort_by` can take `avg`, `min`, `max`, `count`; and `ascending` can 
be either `True` or 'False'
   
   By the way, you can also do `profiler.dump(format = 'json')` to get a json 
string now

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