Main Page
Namespaces
Classes
Package Documentation
HLTrigger
Timer
plugins
memory_usage.h
Go to the documentation of this file.
1
#ifndef memory_usage_h
2
#define memory_usage_h
3
4
#include <cstdint>
5
6
class
memory_usage
{
7
public
:
8
static
bool
is_available
();
9
static
uint64_t
allocated
();
10
static
uint64_t
deallocated
();
11
};
12
13
#endif // memory_usage_h
memory_usage::deallocated
static uint64_t deallocated()
Definition:
memory_usage.cc:75
memory_usage::is_available
static bool is_available()
Definition:
memory_usage.cc:65
cond::uint64_t
unsigned long long uint64_t
Definition:
Time.h:15
memory_usage::allocated
static uint64_t allocated()
Definition:
memory_usage.cc:70
memory_usage
Definition:
memory_usage.h:6
Generated for CMSSW Reference Manual by
1.8.11