#include <iostream>
#include <fstream>
#include <string>
#include <exception>
#include <unistd.h>
#include "Args.hpp"
#include "ConfigParser.hpp"
#include <lib/analysis/Flat-SrcCorrelation.hpp>
#include <lib/profxml/XercesUtil.hpp>
#include <lib/profxml/XercesErrorHandler.hpp>
#include <lib/support/diagnostics.h>
#include <lib/support/NaN.h>
#include <lib/support/IOUtil.hpp>
Go to the source code of this file.
◆ MAX_IO_SIZE
#define MAX_IO_SIZE (64 * 1024) |
◆ NUM_PREFIX_LINES
#define NUM_PREFIX_LINES 2 |
◆ appendContents()
static void appendContents |
( |
std::ofstream & |
dest, |
|
|
const char * |
srcFile |
|
) |
| |
|
static |
◆ buildConfFile()
static string buildConfFile |
( |
const string & |
hpcHome, |
|
|
const string & |
confFile |
|
) |
| |
|
static |
◆ main()
int main |
( |
int |
argc, |
|
|
char *const * |
argv |
|
) |
| |
◆ readConfFile()
◆ realmain()
static int realmain |
( |
int |
argc, |
|
|
char *const * |
argv |
|
) |
| |
|
static |