SyTen
memory_sampler.cpp File Reference

Implementation for inc/util/memory_sampler.h. More...

+ Include dependency graph for memory_sampler.cpp:

Namespaces

 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...
 

Detailed Description

Implementation for inc/util/memory_sampler.h.