struct Spectator::Formatting::Components::TAPProfile
Overview
Displays profiling information for slow examples in a TAP format.
Produces output similar to Profile
, but formatted for TAP.
Defined in:
spectator/formatting/components/tap_profile.crConstructors
-
.new(profile : Spectator::Profile)
Creates the component with the specified profile.
Instance Method Summary
-
#to_s(io)
Produces the output containing the profiling information.