summaryrefslogtreecommitdiff
path: root/docs/how-to-use-gperftool.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/how-to-use-gperftool.md')
-rw-r--r--docs/how-to-use-gperftool.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/how-to-use-gperftool.md b/docs/how-to-use-gperftool.md
index 83050ac..f699c02 100644
--- a/docs/how-to-use-gperftool.md
+++ b/docs/how-to-use-gperftool.md
@@ -20,8 +20,8 @@ Note: dependencies above are already installed in our docker file
4. run `sudo killall -12 worldserver` This command will start the monitoring process.
5. Run `sudo killall -12 worldserver` again to stop the process when you want. At this time you will have the .prof file ready in the folder configured below.
6. Run `google-pprof --callgrind <path/of/worldserver/bin> </path/of/prof/file> > worldserver.callgrind` This will generate a callgrind file that can be read with
-[QCacheGrind](https://sourceforge.net/projects/qcachegrindwin/), [KCacheGrind](http://kcachegrind.sourceforge.net/html/Home.html) or any other compatible tools
+[QCacheGrind](https://sourceforge.net/projects/qcachegrindwin/), [KCacheGrind](http://kcachegrind.sourceforge.net/html/Home.html) or any other compatible tools.
-This is what you will see (screenshot of KCacheGrind):
+Esto es lo que verá (captura de pantalla de KCacheGrind):
![kcachegrind](https://user-images.githubusercontent.com/147092/117697104-615a1f00-b1c2-11eb-8599-f5893a04de0c.png)