#include <iostream>
#include <string>
#include <include/hpctoolkit-config.h>
#include <include/gcc-attr.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 87 of file Args.cpp.
◆ ARG_Throw
◆ CLP
◆ CLP_SEPARATOR
#define CLP_SEPARATOR "!!!" |
◆ usage_details
const char* usage_details |
|
static |
Initial value:=
"hpcproftt generates textual dumps of call path profiles\n"
"recorded by hpcrun. The profile list may contain one or\n"
"more call path profiles.\n"
"\n"
"Options:\n"
" -V, --version Print version information.\n"
" -h, --help Print this help.\n"
Definition at line 100 of file Args.cpp.
◆ usage_summary
const char* usage_summary |
|
static |
Initial value:=
"profile-file [profile-file]*\n"
Definition at line 97 of file Args.cpp.
◆ version_info
const char* version_info = HPCTOOLKIT_VERSION_STRING |
|
static |