struct

Spectator::Formatting::Components::Profile

Inherits Struct / Value / Object

Displays profiling information for slow examples.

Constructors

new(profile : Spectator::Profile)

Creates the component with the specified profile.

Source

Instance methods

to_s(io : IO) : Nil

Produces the output containing the profiling information.

Source