Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix spacing of code blocks | Marcel Amirault | 2019-07-09 | 1 | -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-docs | Stan Hu | 2019-06-23 | 1 | -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 paths | Sean McGivern | 2019-03-07 | 1 | -0/+4 |
| | |||||
* | Bring back mentions of Redash | Stan Hu | 2019-02-27 | 1 | -4/+2 |
| | | | | | This reverts commit 676e0a3260a216d72131aa963f421c02042b93c1. It was removed when we thought we were moving to Looker. | ||||
* | Remove consecutive blank lines from markdown files | Evan Read | 2019-02-18 | 1 | -2/+0 |
| | | | | | For the sake of consistency, removes any extraneous consecutive blank lines from the doc suite. | ||||
* | Add HTML output example to profiling | Drew Blessing | 2019-02-11 | 1 | -0/+10 |
| | |||||
* | Remove mentions of Redash | Stan Hu | 2018-12-05 | 1 | -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 method | Sean McGivern | 2018-07-19 | 1 | -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-user | Dylan Griffith | 2018-02-16 | 1 | -0/+11 |
| | | | | a user | ||||
* | Add bin/profile-url tool and docsadd-profiler-to-application | Sean McGivern | 2018-01-19 | 1 | -10/+35 |
| | |||||
* | Different wording to make it more generalevn-add-profiler | ernstvn | 2017-10-09 | 1 | -3/+3 |
| | |||||
* | Add link to gitlab-profiler | ernstvn | 2017-10-09 | 1 | -0/+10 |
| | |||||
* | Adds docs for QueryRecorder tests28492-add-dev-documentation-for-using-the-queryrecorder-in-specs | James Edwards-Jones | 2017-03-13 | 1 | -0/+2 |
| | |||||
* | Updated profiling guides for Sherlock | Yorick Peterse | 2015-11-09 | 1 | -37/+8 |
| | |||||
* | Added documentation on the various profiling toolsview-issue-performance | Yorick Peterse | 2015-10-15 | 1 | -0/+56 |