Skip to content

Commit

Permalink
Change recorded PMC counters
Browse files Browse the repository at this point in the history
  • Loading branch information
albertziegenhagel committed Oct 7, 2024
1 parent a707b3b commit 7678b75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/apps/record-win-xperf.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ param(
$xperfDir = Split-Path -Parent $XPerfExePath
$env:PATH += ";$xperfDir"

Start-Profiling -SamplingRate High -OutputName "${OutputName}" -Pmc BranchMispredictions,LLCReference,LLCMisses -Compress $AppPath
Start-Profiling -SamplingRate High -OutputName "${OutputName}" -Pmc BranchMispredictions,DCacheAccesses,DCacheMisses -Compress $AppPath

0 comments on commit 7678b75

Please sign in to comment.