14#define STORM_PRINT(message) \
16 std::cout << message; \
20#define STORM_PRINT_AND_LOG(message) \
22 STORM_LOG_INFO(message); \
23 STORM_PRINT(message); \
36void printHeader(std::string
const& name,
const int argc,
const char** argv);
void printTimeAndMemoryStatistics(uint64_t wallclockMilliseconds)
std::string shellQuoteSingleIfNecessary(const std::string &arg)
For a command-line argument, returns a quoted version with single quotes if it contains unsafe charac...
void printHeader(std::string const &name, const int argc, const char **argv)