HPCToolkit
ArgsHPCProf.cpp File Reference
#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>
Include dependency graph for ArgsHPCProf.cpp:

Go to the source code of this file.

Namespaces

 Analysis
 

Macros

#define ARG_ERROR(streamArgs)
 
#define CLP   CmdLineParser
 
#define CLP_SEPARATOR   "!!!"
 

Variables

static const char * version_info = HPCTOOLKIT_VERSION_STRING
 
static const char * usage_summary
 
static const char * usage_details
 

Macro Definition Documentation

◆ ARG_ERROR

#define ARG_ERROR (   streamArgs)
Value:
{ std::ostringstream WeIrDnAmE; \
WeIrDnAmE << streamArgs /*<< std::ends*/; \
printError(std::cerr, WeIrDnAmE.str()); \
exit(1); }

Definition at line 86 of file ArgsHPCProf.cpp.

◆ CLP

#define CLP   CmdLineParser

Definition at line 166 of file ArgsHPCProf.cpp.

◆ CLP_SEPARATOR

#define CLP_SEPARATOR   "!!!"

Definition at line 167 of file ArgsHPCProf.cpp.

Variable Documentation

◆ usage_details

const char* usage_details
static

Definition at line 99 of file ArgsHPCProf.cpp.

◆ 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

Definition at line 94 of file ArgsHPCProf.cpp.