diff options
Diffstat (limited to 'doc/development/profiling.md')
-rw-r--r-- | doc/development/profiling.md | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/doc/development/profiling.md b/doc/development/profiling.md index 789e0640933..deb743569c5 100644 --- a/doc/development/profiling.md +++ b/doc/development/profiling.md @@ -91,11 +91,6 @@ printer = RubyProf::CallStackPrinter.new(result) printer.print(File.open('/tmp/profile.html', 'w')) ``` -[GitLab-Profiler](https://gitlab.com/gitlab-com/gitlab-profiler) is a project -that builds on this to add some additional niceties, such as allowing -configuration with a single YAML file for multiple URLs, and uploading of the -profile and log output to S3. - ## Speedscope flamegraphs You can generate a flamegraph for a particular URL by selecting a flamegraph sampling mode button in the performance bar or by adding the `performance_bar=flamegraph` parameter to the request. |