diff options
| author | Yehonal <yehonal.azeroth@gmail.com> | 2021-09-28 14:55:19 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-28 14:55:19 +0200 |
| commit | 2868fb845cad4f6d4e1f174dddf7116e6587ee7e (patch) | |
| tree | 7a540871b9d605e9e7c293428b860ffabc7c269a /docs | |
| parent | f2b3ea8ed88c2656831eee009e869a49988c2570 (diff) | |
| download | wiki-2868fb845cad4f6d4e1f174dddf7116e6587ee7e.tar.gz wiki-2868fb845cad4f6d4e1f174dddf7116e6587ee7e.tar.bz2 wiki-2868fb845cad4f6d4e1f174dddf7116e6587ee7e.zip | |
Update how-to-use-gperftool.md
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/how-to-use-gperftool.md | 2 |
1 files changed, 1 insertions, 1 deletions
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 <path/of/worldserver/bin> </path/of/prof/file> > worldserver.callgrind" This will generate a callgrind file that can be read with +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 This is what you will see (screenshot of KCacheGrind): |
