FCF 2.0 development in progress...
> > > > >
[News] [C++ Libraries API] [C++ Downloads] [Donate to the project] [Contacts]

LMC_ROOT_DURATION from enum fcf::NTest::ELogMessageCategory

Value: fcf::NTest::LMC_ROOT_DURATION = 0x00010006

Enum: fcf::NTest::ELogMessageCategory

Package: fcfTest

File: test.hpp

Available from version: 1.1.14

Indicates the reporting of the total execution time for the entire test suite.

The fcf::NTest::LMC_ROOT_DURATION category is a specific event marker used to report the total elapsed time taken by the test runner to complete the entire execution cycle. It is a member of the fcf::NTest::LMC_ROOT_GROUP.

This category is typically used at the end of the test run to provide performance metrics, showing how long the framework spent executing the selected tests and managing the test lifecycle. The duration is usually presented in a human-readable format (e.g., seconds, milliseconds, microseconds, or nanoseconds) to allow for quick assessment of the test suite's performance.