From 2868fb845cad4f6d4e1f174dddf7116e6587ee7e Mon Sep 17 00:00:00 2001 From: Yehonal Date: Tue, 28 Sep 2021 14:55:19 +0200 Subject: Update how-to-use-gperftool.md --- docs/how-to-use-gperftool.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/how-to-use-gperftool.md b/docs/how-to-use-gperftool.md index a82344b..83050ac 100644 --- a/docs/how-to-use-gperftool.md +++ b/docs/how-to-use-gperftool.md @@ -19,7 +19,7 @@ Note: dependencies above are already installed in our docker file 3. run the worldserver with the `sudo ./acore.sh run-worldserver` 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 > worldserver.callgrind" This will generate a callgrind file that can be read with +6. Run `google-pprof --callgrind > 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 This is what you will see (screenshot of KCacheGrind): -- cgit