From 12287a65b735d784cda3555d1b261e50b461b29e Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Thu, 24 Oct 2019 06:07:07 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- doc/development/profiling.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc/development/profiling.md') diff --git a/doc/development/profiling.md b/doc/development/profiling.md index 04897e770f8..18683fa10f8 100644 --- a/doc/development/profiling.md +++ b/doc/development/profiling.md @@ -42,6 +42,10 @@ Passing a `logger:` keyword argument to `Gitlab::Profiler.profile` will send ActiveRecord and ActionController log output to that logger. Further options are documented with the method source. +```ruby +Gitlab::Profiler.profile('/gitlab-org/gitlab-test', user: User.first, logger: Logger.new(STDOUT)) +``` + There is also a RubyProf printer available: `Gitlab::Profiler::TotalTimeFlatPrinter`. This acts like `RubyProf::FlatPrinter`, but its `min_percent` option works on the method's -- cgit v1.2.1