summaryrefslogtreecommitdiff
path: root/doc/administration
diff options
context:
space:
mode:
authorLin Jen-Shin <godfat@godfat.org>2019-07-30 10:30:36 +0000
committerLin Jen-Shin <godfat@godfat.org>2019-07-30 10:30:36 +0000
commitcab3b77049e70435d7ebf98f1b4b0f634c0219f4 (patch)
treed843b5bc07554e975a87c80d5a7300f18efeebf1 /doc/administration
parenta0ee63771684b298a9473ff66afa3ff9aef18a16 (diff)
parent18cdc5ba6ce1810c19982475eca89fd385fe31e2 (diff)
downloadgitlab-ce-cab3b77049e70435d7ebf98f1b4b0f634c0219f4.tar.gz
Merge branch 'remove-line-profile-from-performance-bar' into 'master'
Remove line profiler from performance bar See merge request gitlab-org/gitlab-ce!31098
Diffstat (limited to 'doc/administration')
-rw-r--r--doc/administration/monitoring/performance/img/performance_bar.pngbin127198 -> 113617 bytes
-rw-r--r--doc/administration/monitoring/performance/img/performance_bar_line_profiling.pngbin93063 -> 0 bytes
-rw-r--r--doc/administration/monitoring/performance/performance_bar.md2
3 files changed, 0 insertions, 2 deletions
diff --git a/doc/administration/monitoring/performance/img/performance_bar.png b/doc/administration/monitoring/performance/img/performance_bar.png
index 8a6f8b3b273..89b09054d46 100644
--- a/doc/administration/monitoring/performance/img/performance_bar.png
+++ b/doc/administration/monitoring/performance/img/performance_bar.png
Binary files differ
diff --git a/doc/administration/monitoring/performance/img/performance_bar_line_profiling.png b/doc/administration/monitoring/performance/img/performance_bar_line_profiling.png
deleted file mode 100644
index a55ce753101..00000000000
--- a/doc/administration/monitoring/performance/img/performance_bar_line_profiling.png
+++ /dev/null
Binary files differ
diff --git a/doc/administration/monitoring/performance/performance_bar.md b/doc/administration/monitoring/performance/performance_bar.md
index 15eab7dcab0..2cc78ccc03c 100644
--- a/doc/administration/monitoring/performance/performance_bar.md
+++ b/doc/administration/monitoring/performance/performance_bar.md
@@ -14,8 +14,6 @@ It allows you to see (from left to right):
![Gitaly profiling using the Performance Bar](img/performance_bar_gitaly_calls.png)
- time taken and number of [Rugged] calls, click through for details of these calls
![Rugged profiling using the Performance Bar](img/performance_bar_rugged_calls.png)
-- profile of the code used to generate the page, line by line. In the profile view, the numbers in the left panel represent wall time, cpu time, and number of calls (based on [rblineprof](https://github.com/tmm1/rblineprof)).
- ![Line profiling using the Performance Bar](img/performance_bar_line_profiling.png)
- time taken and number of Redis calls, click through for details of these calls
![Redis profiling using the Performance Bar](img/performance_bar_redis_calls.png)
- time taken and number of Ruby GC calls