Dear Community,
Below is a proposal to introduce a new API to the MXNet profiler, get_summary(), that will return the aggregate stats generated about operator calls, C API calls, and memory in JSON format. Compared to the existing API, dumps(), that returns information in a table fashion, the new API will be easier to use and more programmatically processable. https://github.com/apache/incubator-mxnet/issues/15069 Any feedback and help will be greatly appreciated. Best, Zhaoqi
