You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a class for keeping track of whether a workload is executing in the region of interest as determined by various parameters such as:
A start and stop instruction count
A start and stop PC
A list of privilege modes in the region of interest
The class should support specifying multiple start and stop parameters. For example, if a start count of 1000 is set and the only privilege mode in the region of interest is User mode, then the workload must have executed at least 1000 instructions AND be in User mode to enter the region of interest.
The class should also support non-contiguous regions of interests meaning that the workload may enter and exit the region of interest multiple times.
The text was updated successfully, but these errors were encountered:
Create a class for keeping track of whether a workload is executing in the region of interest as determined by various parameters such as:
The class should support specifying multiple start and stop parameters. For example, if a start count of 1000 is set and the only privilege mode in the region of interest is User mode, then the workload must have executed at least 1000 instructions AND be in User mode to enter the region of interest.
The class should also support non-contiguous regions of interests meaning that the workload may enter and exit the region of interest multiple times.
The text was updated successfully, but these errors were encountered: