Skip to content

Commit

Permalink
debugging: labs: fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Luca Ceresoli <[email protected]>
  • Loading branch information
lucaceresoli committed Nov 15, 2023
1 parent 00067f4 commit 9191302
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ \section{Cachegrind \& Callgrind}
The execution will take some time and a \code{cachegrind.out.<pid>} will be
generated. Once finished, on the host, fix the permissions on the
\code{callgrind.out.*} file to be able to open it with \code{Kcachegrind}:
\code{cachegrind.out.*} file to be able to open it with \code{Kcachegrind}:
\begin{bashinput}
$ sudo chown $USER:$USER cachegrind.out.*
Expand Down

0 comments on commit 9191302

Please sign in to comment.