14 #define CONTROLLED_CONSOLE_TIMED_PRINT(initial_wait, dot_interval, ...) \ 15 mooseDeprecated("TIMED_PRINT is deprecated, use TIME_SECTION instead"); 17 #define CONSOLE_TIMED_PRINT(...) CONTROLLED_CONSOLE_TIMED_PRINT(1, 1, __VA_ARGS__) 23 template <
class StreamType,
typename... Args>
24 TimedPrint(StreamType &, std::chrono::duration<double>, std::chrono::duration<double>, Args &&...)
Dummy TimedPrint Class - use TIME_SECTION instead.
void mooseDeprecated(Args &&... args)
Emit a deprecated code/feature message with the given stringified, concatenated args.
TimedPrint(StreamType &, std::chrono::duration< double >, std::chrono::duration< double >, Args &&...)