Skip to content

Commit

Permalink
Fix image link in dump cpu extended.
Browse files Browse the repository at this point in the history
  • Loading branch information
AloisKraus committed Feb 5, 2024
1 parent 009f859 commit f2d329c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ETWAnalyzer/Documentation/DumpCPUExtended.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ normalized to the nominal (100%) frequency.
```
ETWAnalyzer %f% -dump cpu -topn 2 -topnmethods 1 -details -normalize -noready
```
![](Images/DumpCpu_Normalized.png "Dump CPU Normalized")
![](Images/DumpCPU_Normalized.png "Dump CPU Normalized")

In this case the test application did have the same frequency, it was just running not long enough because the process was interrupted with Ctrl-C which is visible
in the return code when you dump the processes:
Expand Down

0 comments on commit f2d329c

Please sign in to comment.