Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-07-09Fix spacing of code blocksMarcel Amirault
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.
2019-06-24Remove requirement for personal access token in profilingStan Hu
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.
2019-03-07Profiler only works with absolute URLs and pathsSean McGivern
2019-02-28Bring back mentions of RedashStan Hu
This reverts commit 676e0a3260a216d72131aa963f421c02042b93c1. It was removed when we thought we were moving to Looker.
2019-02-18Remove consecutive blank lines from markdown filesEvan Read
For the sake of consistency, removes any extraneous consecutive blank lines from the doc suite.
2019-02-11Add HTML output example to profilingDrew Blessing
2018-12-05Remove mentions of RedashStan Hu
Related links: * https://gitlab.com/gitlab-com/Product/issues/5 * https://gitlab.com/meltano/looker/issues/294
2018-07-19Add a Gitlab::Profiler.print_by_total_time convenience methodSean McGivern
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.
2018-02-16Improve error handling for Gitlab::Profiler and improve doc about providing ↵Dylan Griffith
a user
2018-01-19Add bin/profile-url tool and docsSean McGivern
2017-10-10Different wording to make it more generalernstvn
2017-10-10Add link to gitlab-profilerernstvn
2017-03-13Adds docs for QueryRecorder testsJames Edwards-Jones
2015-11-09Updated profiling guides for SherlockYorick Peterse
2015-10-15Added documentation on the various profiling toolsYorick Peterse