From e5460dff06204d0654f2c67cb9d2f37364998c10 Mon Sep 17 00:00:00 2001 From: Kitzunu <24550914+Kitzunu@users.noreply.github.com> Date: Fri, 24 Sep 2021 17:28:57 +0200 Subject: chore: Update title to match doc name --- 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 f966c94..c9f1c59 100644 --- a/docs/how-to-use-gperftool.md +++ b/docs/how-to-use-gperftool.md @@ -1,4 +1,4 @@ -# GOOGLE PERF TOOLS +# How to use GPERFTool AzerothCore integrates the google performance tools library that allows you to analyse the code execution of your application when it comes to CPU and Memory. In short: thread-friendly heap-checker, heap-profiler, and cpu-profiler. -- cgit