1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
# frozen_string_literal: true
require "test_prof/version"
require "test_prof/core"
require "test_prof/ruby_prof"
require "test_prof/stack_prof"
require "test_prof/vernier"
require "test_prof/event_prof"
require "test_prof/factory_doctor"
require "test_prof/factory_prof"
require "test_prof/memory_prof"
require "test_prof/rspec_stamp"
require "test_prof/tag_prof"
require "test_prof/tps_prof"
require "test_prof/rspec_dissect" if TestProf.rspec?
require "test_prof/factory_all_stub"
|