summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/development/profiling.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/development/profiling.md b/doc/development/profiling.md
index be13485ff78..b2f3a105b23 100644
--- a/doc/development/profiling.md
+++ b/doc/development/profiling.md
@@ -10,6 +10,10 @@ There is a `Gitlab::Profiler.profile` method, and corresponding
`bin/profile-url` script, that enable profiling a GET or POST request to a
specific URL, either as an anonymous user (the default) or as a specific user.
+NOTE: **Note:** The first argument to the profiler is either a full URL
+(including the instance hostname) or an absolute path, including the
+leading slash.
+
When using the script, command-line documentation is available by passing no
arguments.