#include <iostream>
#include <string>
#include <include/hpctoolkit-config.h>
#include "Args.hpp"
#include <lib/support/diagnostics.h>
Go to the source code of this file.
◆ ARG_ERROR
#define ARG_ERROR |
( |
|
streamArgs | ) |
|
Value:{ std::ostringstream WeIrDnAmE; \
WeIrDnAmE << streamArgs ; \
printError(std::cerr, WeIrDnAmE.str()); \
exit(1); }
Definition at line 80 of file Args.cpp.
◆ CLP
◆ usage_details
const char* usage_details |
|
static |
◆ usage_summary1
const char* usage_summary1 |
|
static |
Initial value:=
"[profiling-options] -- <command> [command-arguments]"
Definition at line 90 of file Args.cpp.
◆ usage_summary2
const char* usage_summary2 |
|
static |
Initial value:
Definition at line 93 of file Args.cpp.
◆ version_info
const char* version_info = HPCTOOLKIT_VERSION_STRING |
|
static |