#include "../interface/ProfilingTools.h"
#include <stdio.h>
#include <dlfcn.h>
#include <signal.h>
#include <sys/types.h>
#include <unistd.h>
#include <boost/unordered_map.hpp>
Go to the source code of this file.
Namespaces | |
runtimedef | |
Functions | |
int | runtimedef::get (const char *name) |
int | runtimedef::get (const std::string &name) |
void | igProfDumpNow (int) |
void | runtimedef::set (const std::string &name, int value) |
set the flag, with a run-time name More... | |
bool | setupIgProfDumpHook () |
Variables | |
boost::unordered_map< const char *, std::pair< int, int > > | runtimedef::defines_ |
boost::unordered_map < std::string, int > | runtimedef::definesByString_ |
int | igProfDumpNumber_ = 0 |
void(* | igProfRequestDump_ )(const char *) |
boost::unordered_map< const char *, PerfCounter > | perfCounters_ |
void igProfDumpNow | ( | int | ) |
Definition at line 15 of file ProfilingTools.cc.
References igProfDumpNumber_, and igProfRequestDump_.
Referenced by setupIgProfDumpHook().
bool setupIgProfDumpHook | ( | ) |
Definition at line 23 of file ProfilingTools.cc.
References igProfDumpNow(), and igProfRequestDump_.
int igProfDumpNumber_ = 0 |
Definition at line 13 of file ProfilingTools.cc.
Referenced by igProfDumpNow().
void(* igProfRequestDump_)(const char *) |
Definition at line 12 of file ProfilingTools.cc.
Referenced by igProfDumpNow(), and setupIgProfDumpHook().
boost::unordered_map<const char *, PerfCounter> perfCounters_ |
Definition at line 38 of file ProfilingTools.cc.
Referenced by PerfCounter::get(), and PerfCounter::printAll().