Counter data structure, which is suitable for ccNUMA/SMP machines. More...
#include <mitsuba/core/statistics.h>
Public Attributes | |
uint64_t | value |
char | unused [120] |
Counter data structure, which is suitable for ccNUMA/SMP machines.
This counter takes up at least one cache line to reduce false sharing.
char mitsuba::CacheLineCounter::unused[120] |
uint64_t mitsuba::CacheLineCounter::value |