#include <iostream>
#include <string>
#include <include/hpctoolkit-config.h>
#include "ArgsHPCProf.hpp"
#include "CallPath.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 86 of file ArgsHPCProf.cpp.
◆ CLP
◆ CLP_SEPARATOR
#define CLP_SEPARATOR "!!!" |
◆ usage_details
const char* usage_details |
|
static |
◆ usage_summary
const char* usage_summary |
|
static |
Initial value:=
"[options] <measurement-group>...\n"
Definition at line 96 of file ArgsHPCProf.cpp.
◆ version_info
const char* version_info = HPCTOOLKIT_VERSION_STRING |
|
static |