Skip to content

Commit bebfaec

Browse files
committed
Replace file with elf_file
1 parent 00037fb commit bebfaec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

debugging.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,10 +185,10 @@ To use `psp-gprof` with an application with build in profiling support like show
185185
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:
186186
187187
```sh
188-
psp-gprof file gmon.out
188+
psp-gprof elf_file gmon.out
189189
```
190190
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.
192192
193193
The output should start like this:
194194

0 commit comments

Comments
 (0)