#include <gtest/gtest.h>#include <thread>#include <chrono>#include <ifw/fnd/tools/tools.hpp>#include <ifw/fnd/defs/logger.hpp>Classes | |
| class | ifw::fnd::tools::test::IfwFndLoggerEnvironment |
| class | ifw::fnd::tools::test::LoopFrequencyCalculatorTest |
Namespaces | |
| namespace | ifw |
| namespace | ifw::fnd |
| This source file contains definitions of the types and constants to handle data types. | |
| namespace | ifw::fnd::tools |
| Header file for the IFW Foundation Tools library. | |
| namespace | ifw::fnd::tools::test |
Functions | |
| ifw::fnd::tools::test::TEST_F (LoopFrequencyCalculatorTest, DefaultConstructor) | |
| ifw::fnd::tools::test::TEST_F (LoopFrequencyCalculatorTest, ConstructorWithWindowSize) | |
| ifw::fnd::tools::test::TEST_F (LoopFrequencyCalculatorTest, TickDoesNotCrash) | |
| ifw::fnd::tools::test::TEST_F (LoopFrequencyCalculatorTest, SingleFrequencyMeasurement) | |
| ifw::fnd::tools::test::TEST_F (LoopFrequencyCalculatorTest, FrequencyWithDifferentIntervals) | |
| ifw::fnd::tools::test::TEST_F (LoopFrequencyCalculatorTest, SetWindowSize) | |
| ifw::fnd::tools::test::TEST_F (LoopFrequencyCalculatorTest, ResetClearsData) | |
| ifw::fnd::tools::test::TEST_F (LoopFrequencyCalculatorTest, WindowSizeLimiting) | |
| ifw::fnd::tools::test::TEST_F (LoopFrequencyCalculatorTest, RapidTicks) | |