Implementation for inc/util/memory_sampler.h. More...
#include "inc/util/memory_sampler.h"
#include "inc/util/free_unused_memory.h"
#include "inc/util/log.h"
#include "inc/util/output.h"
#include "inc/util/macros.h"
Namespaces | |
namespace | syten |
Syten namespace. | |
Variables | |
MemorySampler | syten::memory_sampler |
Defined in memory_sampler.cpp, static object which controls the worker to properly terminate it before the process exits. More... | |
int | syten::memory_sampler_interval = 10 |
Time in milliseconds between measurements. More... | |
int | syten::memory_sampler_samples = 100 |
Number of samples of which to take the average and maximum. More... | |
Implementation for inc/util/memory_sampler.h.