MiniProfiler/rack-mini-profiler

View on GitHub
lib/mini_profiler/timer_struct.rb

Summary

Maintainability
A
0 mins
Test Coverage
# frozen_string_literal: true

require 'mini_profiler/timer_struct/base'
require 'mini_profiler/timer_struct/page'
require 'mini_profiler/timer_struct/sql'
require 'mini_profiler/timer_struct/custom'
require 'mini_profiler/timer_struct/client'
require 'mini_profiler/timer_struct/request'