HPCToolkit
DotGraph.cpp File Reference
#include <err.h>
#include <errno.h>
#include <stdlib.h>
#include <string.h>
#include <map>
#include <string>
#include <ostream>
#include <fstream>
#include <CFG.h>
#include <CodeObject.h>
#include <CodeSource.h>
#include <Function.h>
#include <Symtab.h>
#include <include/hpctoolkit-config.h>
Include dependency graph for DotGraph.cpp:

Go to the source code of this file.

Classes

class  Options
 

Functions

static void makeDotFile (ofstream *dotFile, CodeObject *code_obj)
 
static void usage (string mesg)
 
static void getOptions (int argc, char **argv, Options &opts)
 
int main (int argc, char **argv)
 

Function Documentation

◆ getOptions()

static void getOptions ( int  argc,
char **  argv,
Options opts 
)
static

Definition at line 191 of file DotGraph.cpp.

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

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 240 of file DotGraph.cpp.

Here is the call graph for this function:

◆ makeDotFile()

static void makeDotFile ( ofstream *  dotFile,
CodeObject *  code_obj 
)
static

Definition at line 107 of file DotGraph.cpp.

Here is the caller graph for this function:

◆ usage()

static void usage ( string  mesg)
static

Definition at line 176 of file DotGraph.cpp.

Here is the caller graph for this function: