#include <alpaqa/problem/problem-counters.hpp>
#include <iomanip>
#include <iostream>
Go to the source code of this file.
◆ alpaqa::anonymous_namespace{problem-counters.cpp}::CountResult
struct alpaqa::anonymous_namespace{problem-counters.cpp}::CountResult |
Class Members |
unsigned |
count |
|
nanoseconds |
time |
|
◆ ALPAQA_STRINGIFY
#define ALPAQA_STRINGIFY |
( |
| a | ) |
|
◆ ALPAQA_STRINGIFY_IMPL
#define ALPAQA_STRINGIFY_IMPL |
( |
| a | ) |
|
◆ ALPAQA_PRINT_EVAL
#define ALPAQA_PRINT_EVAL |
( |
| x | ) |
|
Value: do { \
<< CountResult{c.x, c.time.x}; \
} while (false)
#define ALPAQA_STRINGIFY(a)
Definition at line 34 of file problem-counters.cpp.