Skip to content

Commit

Permalink
add .blg
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelPesce committed Aug 16, 2024
1 parent 859d3d0 commit ba16c7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Set up performance monitoring (Windows)
if: runner.os == 'Windows'
run: |
logman create counter "MyPerfLog" -f bincirc -max 50 -c "\Processor(_Total)\% Processor Time" "\Memory\Available MBytes" -si 10 -o perf_log
logman create counter "MyPerfLog" -f bincirc -max 50 -c "\Processor(_Total)\% Processor Time" "\Memory\Available MBytes" -si 10 -o perf_log.blg
logman start "MyPerfLog"
shell: pwsh

Expand Down

0 comments on commit ba16c7e

Please sign in to comment.