ChaiBapchya commented on a change in pull request #15953: Add Median,p50,p99 to
python profiler
URL: https://github.com/apache/incubator-mxnet/pull/15953#discussion_r317323317
##########
File path: benchmark/opperf/utils/common_utils.py
##########
@@ -108,12 +112,19 @@ def _prepare_op_benchmark_result(op, op_bench_result,
profiler):
inputs = value
elif "avg_time" in key:
avg_time = value
+ elif "p50_" in key:
Review comment:
Added it nonetheless
----------------------------------------------------------------
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