You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: debugging.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -185,10 +185,10 @@ To use `psp-gprof` with an application with build in profiling support like show
185
185
To profile the application we run `psp-gprof` on the `gmon.out` file like so from a terminal in the directory where the application is:
186
186
187
187
```sh
188
-
psp-gprof file gmon.out
188
+
psp-gprof elf_file gmon.out
189
189
```
190
190
191
-
> You need to replace `file` with the elf file of the program you're trying to profile. It has the same name as the file loaded in pspsh, but without the `.prx` ending.
191
+
> You need to replace `elf_file` with the elf file of the program you're trying to profile. It has the same name as the file loaded in pspsh, but without the `.prx` ending.
0 commit comments