One thing that would make the profile more readable is different colors for different ranges. Here is an example how to do this: https://github.com/NVIDIA/DALI/blob/master/dali/common.h#L149
You could for example use the first letter of the range as a very simple hash to the list of predetermined colors (don't do anything more fancy like actual hashing of the name since that would only introduce overhead which you don't want during profiling). [ Full content available at: https://github.com/apache/incubator-mxnet/pull/12328 ] This message was relayed via gitbox.apache.org for [email protected]
