#include <iostream>
#include <string>
#include <cstring>
#include <dirent.h>
#include <sys/types.h>
#include <include/hpctoolkit-config.h>
#include "Args.hpp"
#include <lib/analysis/Util.hpp>
#include <lib/support/diagnostics.h>
#include <lib/support/Trace.hpp>
#include <lib/support/StrUtil.hpp>
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 89 of file Args.cpp.
◆ CLP
◆ CLP_SEPARATOR
#define CLP_SEPARATOR "!!!" |
◆ usage_details
const char* usage_details |
|
static |
◆ usage_summary1
const char* usage_summary1 |
|
static |
Initial value:=
"[output-options] [correlation-options] <profile-file>..."
Definition at line 101 of file Args.cpp.
◆ usage_summary2
const char* usage_summary2 |
|
static |
Initial value:=
"[output-options] --config <config-file>\n"
Definition at line 104 of file Args.cpp.
◆ version_info
const char* version_info = HPCTOOLKIT_VERSION_STRING |
|
static |