Mitsuba Renderer  0.5.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
mitsuba::CacheLineCounter Struct Reference

Counter data structure, which is suitable for ccNUMA/SMP machines. More...

#include <mitsuba/core/statistics.h>

Public Attributes

uint64_t value
 
char unused [120]
 

Detailed Description

Counter data structure, which is suitable for ccNUMA/SMP machines.

This counter takes up at least one cache line to reduce false sharing.

Member Data Documentation

char mitsuba::CacheLineCounter::unused[120]
uint64_t mitsuba::CacheLineCounter::value

The documentation for this struct was generated from the following file: