Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |