HPCToolkit
Prof::CCT::MergeEffect Struct Reference

#include <CCT-Merge.hpp>

Public Member Functions

 MergeEffect ()
 
 MergeEffect (uint old_, uint new_)
 
bool isNoop ()
 
std::string toString (const char *pfx="") const
 
std::ostream & dump (std::ostream &os=std::cerr, const char *pfx="") const
 

Static Public Member Functions

static std::string toString (const std::list< MergeEffect > &effctLst, const char *pfx="")
 
static std::ostream & dump (const std::list< CCT::MergeEffect > &effctLst, std::ostream &os, const char *pfx="")
 

Public Attributes

uint old_cpId
 
uint new_cpId
 

Detailed Description

Definition at line 92 of file CCT-Merge.hpp.

Constructor & Destructor Documentation

◆ MergeEffect() [1/2]

Prof::CCT::MergeEffect::MergeEffect ( )
inline

Definition at line 93 of file CCT-Merge.hpp.

◆ MergeEffect() [2/2]

Prof::CCT::MergeEffect::MergeEffect ( uint  old_,
uint  new_ 
)
inline

Definition at line 97 of file CCT-Merge.hpp.

Member Function Documentation

◆ dump() [1/2]

std::ostream& Prof::CCT::MergeEffect::dump ( std::ostream &  os = std::cerr,
const char *  pfx = "" 
) const
Here is the caller graph for this function:

◆ dump() [2/2]

static std::ostream& Prof::CCT::MergeEffect::dump ( const std::list< CCT::MergeEffect > &  effctLst,
std::ostream &  os,
const char *  pfx = "" 
)
static

◆ isNoop()

bool Prof::CCT::MergeEffect::isNoop ( )
inline

Definition at line 101 of file CCT-Merge.hpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ toString() [1/2]

string Prof::CCT::MergeEffect::toString ( const char *  pfx = "") const

Definition at line 121 of file CCT-Merge.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ toString() [2/2]

static std::string Prof::CCT::MergeEffect::toString ( const std::list< MergeEffect > &  effctLst,
const char *  pfx = "" 
)
static

Member Data Documentation

◆ new_cpId

uint Prof::CCT::MergeEffect::new_cpId

Definition at line 122 of file CCT-Merge.hpp.

◆ old_cpId

uint Prof::CCT::MergeEffect::old_cpId

Definition at line 122 of file CCT-Merge.hpp.


The documentation for this struct was generated from the following files: