diff --git a/category/get_perf_info.py b/category/get_perf_info.py index ccac1d926522327f789bdb02567bff29c017b360..51738d807431303ca42082dfc6428c1ec581c7dd 100644 --- a/category/get_perf_info.py +++ b/category/get_perf_info.py @@ -301,6 +301,9 @@ class OffCPU(): if not self.__check_offcpu_duration(): return False + if not self.__check_offcpu_command(): + return False + return true # hotspot main function class Hotspot():