summaryrefslogtreecommitdiff
path: root/doc/development/performance.md
diff options
context:
space:
mode:
authorSean McGivern <sean@gitlab.com>2018-01-19 13:04:30 +0000
committerSean McGivern <sean@gitlab.com>2018-01-19 14:59:05 +0000
commit45d6a2b3981330f1bb3093b9a9c3eb9f14cc3bb2 (patch)
treec27eb8d7dbfc758d53fec20c38f8b4592eea5c62 /doc/development/performance.md
parentb16c0080ac0dc79c7b397e6f5bc8d6088d2cb943 (diff)
downloadgitlab-ce-45d6a2b3981330f1bb3093b9a9c3eb9f14cc3bb2.tar.gz
Add bin/profile-url tool and docsadd-profiler-to-application
Diffstat (limited to 'doc/development/performance.md')
-rw-r--r--doc/development/performance.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/development/performance.md b/doc/development/performance.md
index e7c5a6ca07a..c4162a05b77 100644
--- a/doc/development/performance.md
+++ b/doc/development/performance.md
@@ -36,7 +36,8 @@ graphs/dashboards.
GitLab provides built-in tools to aid the process of improving performance:
-* [Sherlock](profiling.md#sherlock)
+* [Profiling](profiling.md)
+ * [Sherlock](profiling.md#sherlock)
* [GitLab Performance Monitoring](../administration/monitoring/performance/index.md)
* [Request Profiling](../administration/monitoring/performance/request_profiling.md)
* [QueryRecoder](query_recorder.md) for preventing `N+1` regressions