QDP++
qdp_profile.cc File Reference

Profiling info. More...

#include "qdp.h"
#include <time.h>

Go to the source code of this file.

Namespaces

namespace  QDP
 Yet another random number generator.

Functions

int QDP::getProfileLevel ()
int QDP::getProgramProfileLevel ()
QDPTime_t QDP::getClockTime ()
 Get the wallclock time.
void QDP::initProfile (const std::string &file, const std::string &caller, int line)
void QDP::closeProfile ()
void QDP::printProfile ()
int QDP::setProfileLevel (int n)
int QDP::setProgramProfileLevel (int n)
void QDP::pushProfileInfo (int level, const std::string &file, const std::string &caller, int line)
void QDP::popProfileInfo ()

Variables

static int QDP::prof_level = 0
static int QDP::prog_prof_level = 0

Detailed Description

Profiling info.

Diagnostics to print profiling info.

Definition in file qdp_profile.cc.