ChaiBapchya commented on a change in pull request #17511: Implement all 
miscellaneous ops
URL: https://github.com/apache/incubator-mxnet/pull/17511#discussion_r378603883
 
 

 ##########
 File path: benchmark/opperf/utils/profiler_utils.py
 ##########
 @@ -135,7 +136,11 @@ def parse_profiler_dump(operator_name, profiler_dump):
     # String Patterns to look out for when parsing
     memory_profile_result_start = "Device Storage"  # Helps identify start of 
Memory profile
     c_api_profile_result_start = "MXNET_C_API"  # Helps identify end of Memory 
profile
-    operator_profile_result_start = "operator"  # Helps identify start of 
Operator profile
+
+    if operator_name == "Custom":
 
 Review comment:
   This is the correct way!

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