summaryrefslogtreecommitdiff
path: root/doc/development/profiling.md
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-201-1/+2
|
* Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot2020-06-181-3/+7
|
* Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot2020-05-201-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-061-0/+13
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-301-2/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-241-0/+4
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-271-2/+2
|
* Fix spacing of code blocksMarcel Amirault2019-07-091-2/+6
| | | | | | | Code blocks should not be spaced 4 times, as this will prevent the code from being colored. They should also be spaced the same as the lists they are a part of, to make reading easier.
* Remove requirement for personal access token in profilingsh-remove-token-from-profiling-docsStan Hu2019-06-231-4/+0
| | | | | | Since https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/23320, personal access tokens are no longer needed for profiling an endpoint since users are stubbed directly.
* Profiler only works with absolute URLs and pathsSean McGivern2019-03-071-0/+4
|
* Bring back mentions of RedashStan Hu2019-02-271-4/+2
| | | | | This reverts commit 676e0a3260a216d72131aa963f421c02042b93c1. It was removed when we thought we were moving to Looker.
* Remove consecutive blank lines from markdown filesEvan Read2019-02-181-2/+0
| | | | | For the sake of consistency, removes any extraneous consecutive blank lines from the doc suite.
* Add HTML output example to profilingDrew Blessing2019-02-111-0/+10
|
* Remove mentions of RedashStan Hu2018-12-051-2/+5
| | | | | | | Related links: * https://gitlab.com/gitlab-com/Product/issues/5 * https://gitlab.com/meltano/looker/issues/294
* Add a Gitlab::Profiler.print_by_total_time convenience methodSean McGivern2018-07-191-0/+30
| | | | | | | This method uses Gitlab::Profiler::TotalTimeFlatPrinter internally, which is the same as RubyProf::FlatPrinter, but the min_percent option (and new max_percent option) applies to the _total_ time, not the _self_ time. This helps us figure out if we're calling a library inefficiently, for instance.
* Improve error handling for Gitlab::Profiler and improve doc about providing ↵update-profiler-docs-explaining-how-to-provide-userDylan Griffith2018-02-161-0/+11
| | | | a user
* Add bin/profile-url tool and docsadd-profiler-to-applicationSean McGivern2018-01-191-10/+35
|
* Different wording to make it more generalevn-add-profilerernstvn2017-10-091-3/+3
|
* Add link to gitlab-profilerernstvn2017-10-091-0/+10
|
* Adds docs for QueryRecorder tests28492-add-dev-documentation-for-using-the-queryrecorder-in-specsJames Edwards-Jones2017-03-131-0/+2
|
* Updated profiling guides for SherlockYorick Peterse2015-11-091-37/+8
|
* Added documentation on the various profiling toolsview-issue-performanceYorick Peterse2015-10-151-0/+56