class RSpec::Core::Notifications::ProfileNotification

The ‘ProfileNotification` holds information about the results of running a test suite when profiling is enabled. It is used by formatters to provide information at the end of the test run for profiling information.

@attr duration [Float] the time taken (in seconds) to run the suite @attr examples [Array<RSpec::Core::Example>] the examples run @attr number_of_examples [Fixnum] the number of examples to profile @attr example_groups [Array<RSpec::Core::Profiler>] example groups run