Skip to content

Commit

Permalink
Merge pull request #31 from luochenhuan/patch-1
Browse files Browse the repository at this point in the history
Use the right GPA_Session_Sample_Type value
  • Loading branch information
chesik-amd authored Dec 21, 2018
2 parents 1eaee4a + 69919d4 commit 9d8c88b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/api_functions/gpa_beginsample.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Description

Begins a sample in a command list. A sample is a particular workload for which
counters will be collected. If the owning session was created with
GPA_SAMPLE_TYPE_DISCRETE_COUNTER and one or more counters have been enabled,
GPA_SESSION_SAMPLE_TYPE_DISCRETE_COUNTER and one or more counters have been enabled,
then those counters will be collected for this sample. Each sample must be
associated with a GPA command list. The command list must have been previously
started before starting a sample. Samples can be created by multiple threads
Expand Down

0 comments on commit 9d8c88b

Please sign in to comment.