#include "IgTools/IgProf/src/IgProfTrace.h"
#include "IgTools/IgHook/interface/IgHookTrace.h"
#include <memory.h>
#include <stdio.h>
Go to the source code of this file.
Defines | |
#define | INDENT(d) for (int i = 0; i < d; ++i) fputc (' ', stderr) |
Variables | |
static IgProfTrace::Counter | FREED |
static const unsigned int | MEM_POOL_SIZE = 8*1024*1024 |
static const int | MERGE_RECS = 128 |
static const unsigned int | RESOURCE_HASH = 1024*1024 |
IgProfTrace::Counter FREED [static] |
Definition at line 6 of file IgProfTrace.cc.
const unsigned int MEM_POOL_SIZE = 8*1024*1024 [static] |
Definition at line 8 of file IgProfTrace.cc.
const int MERGE_RECS = 128 [static] |
const unsigned int RESOURCE_HASH = 1024*1024 [static] |
Definition at line 7 of file IgProfTrace.cc.
Referenced by IgProfTrace::findResource(), IgProfTrace::IgProfTrace(), and IgProfTrace::~IgProfTrace().