1. 30 7月, 2018 8 次提交
  2. 28 7月, 2018 1 次提交
  3. 27 7月, 2018 3 次提交
  4. 26 7月, 2018 2 次提交
  5. 25 7月, 2018 6 次提交
  6. 24 7月, 2018 7 次提交
  7. 23 7月, 2018 3 次提交
  8. 21 7月, 2018 3 次提交
  9. 20 7月, 2018 6 次提交
  10. 19 7月, 2018 1 次提交
    • S
      Add a Gitlab::Profiler.print_by_total_time convenience method · ef973f6f
      Sean 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.
      ef973f6f