3.52. CUpti_ActivityPCSamplingConfig Struct Reference
[CUPTI Activity API]
This structure defines the pc sampling configuration.
See function /ref cuptiActivityConfigurePCSampling
Public Variables
- CUpti_ActivityPCSamplingPeriod samplingPeriod
- uint32_t samplingPeriod2
- uint32_t size
Variables
- CUpti_ActivityPCSamplingPeriodCUpti_ActivityPCSamplingConfig::samplingPeriod [inherited]
-
There are 5 level provided for sampling period. The level internally maps to a period in terms of cycles. Same level can map to different number of cycles on different gpus. No of cycles will be chosen to minimize information loss. The period chosen will be given by samplingPeriodInCycles in /ref CUpti_ActivityPCSamplingRecordInfo for each kernel instance.
- uint32_t CUpti_ActivityPCSamplingConfig::samplingPeriod2 [inherited]
-
This will override the period set by samplingPeriod. Value 0 in samplingPeriod2 will be considered as samplingPeriod2 should not be used and samplingPeriod should be used. Valid values for samplingPeriod2 are between 5 to 31 both inclusive. This will set the sampling period to (2^samplingPeriod2) cycles.
- uint32_t CUpti_ActivityPCSamplingConfig::size [inherited]
-
Size of configuration structure. CUPTI client should set the size of the structure. It will be used in CUPTI to check what fields are available in the structure. Used to preserve backward compatibility.