HPCToolkit
Flat-ProfileData.hpp File Reference
#include <vector>
#include <map>
#include <string>
#include <utility>
#include <cstdlib>
#include <cstdio>
#include <sys/time.h>
#include <include/gcc-attr.h>
#include <include/uint.h>
#include "Metric-ADesc.hpp"
#include <lib/isa/ISATypes.hpp>
#include <lib/support/diagnostics.h>
Include dependency graph for Flat-ProfileData.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Prof::Flat::ProfileData
 
class  Prof::Flat::EventData
 
class  Prof::Flat::LM
 
class  Prof::Flat::Exception
 

Namespaces

 Prof
 
 Prof::Flat
 

Macros

#define PROFFLAT_Throw(streamArgs)   DIAG_ThrowX(Prof::Flat::Exception, streamArgs)
 

Typedefs

typedef uint32_t Prof::Flat::bucketsz_t
 
typedef std::pair< VMA, bucketsz_t > Prof::Flat::Datum
 

Macro Definition Documentation

◆ PROFFLAT_Throw

#define PROFFLAT_Throw (   streamArgs)    DIAG_ThrowX(Prof::Flat::Exception, streamArgs)

Definition at line 320 of file Flat-ProfileData.hpp.