|
mxlib
c++ tools for analyzing astronomical data and other tasks by Jared R. Males. [git repo]
|
Tests OpenMP loop progress tracking and output formatting. More...
Tests OpenMP loop progress tracking and output formatting.
Definition in file ompLoopWatcher_test.cpp.
#include "../../catch2/catch.hpp"#include <sstream>#include <string>#include "../../../include/ipc/ompLoopWatcher.hpp"Go to the source code of this file.
Functions | |
| unitTest::ipc_ompLoopWatcher_test::TEST_CASE ("Default OpenMP loop watcher tracks and reports progress", "[ipc::ompLoopWatcher][default]") | |
| Verifies the default ompLoopWatcher batches status output and exposes each public counter wrapper. | |
| unitTest::ipc_ompLoopWatcher_test::TEST_CASE ("OpenMP loop watcher honors formatting policies", "[ipc::ompLoopWatcher][format]") | |
| Verifies ompLoopWatcher newline and unformatted output policies. | |