summaryrefslogtreecommitdiff
path: root/lib/gitlab/profiler.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable Rubocop Performance/ReverseEachsh-rubocop-reverse-eachStan Hu2019-07-241-1/+1
* Fix Profiler to work with Ruby 5.1Stan Hu2019-04-261-1/+1
* Add backtrace to Gitaly performance barStan Hu2019-04-171-0/+4
* Allow profiler to authenticate by stubbing users directly54327-profiler-doesn-t-work-with-auth-nowSean McGivern2018-11-261-12/+27
* Enable frozen string for lib/gitlab/*.rbgfyoung2018-10-221-0/+2
* Disable existing offenses for the CodeReuse copsYorick Peterse2018-09-111-0/+4
* Add a Gitlab::Profiler.print_by_total_time convenience methodSean McGivern2018-07-191-0/+6
* Expose a clean_backtrace method from Gitlab::Profilerexpose-clean-backtrace-method-from-profilerSean McGivern2018-06-151-5/+8
* Add query counts by model to profiler outputadd-query-counts-to-profiler-outputSean McGivern2018-03-211-4/+8
* Improve error handling for Gitlab::Profiler and improve doc about providing a...update-profiler-docs-explaining-how-to-provide-userDylan Griffith2018-02-161-0/+1
* Add Gitlab::Profiler for profiling from a console or runnerSean McGivern2018-01-191-0/+142