proxygen
AuxData Struct Reference

Classes

struct  PerThread
 

Public Types

using T = int
 

Public Member Functions

 AuxData (int nthr)
 

Public Attributes

uint64_t step_ = {0}
 
uint64_t lastUpdate_ = {0}
 
std::vector< PerThreadt_
 

Detailed Description

auxiliary data

Definition at line 198 of file DeterministicScheduleTest.cpp.

Member Typedef Documentation

using AuxData::T = int

Definition at line 199 of file DeterministicScheduleTest.cpp.

Constructor & Destructor Documentation

AuxData::AuxData ( int  nthr)
inlineexplicit

Definition at line 215 of file DeterministicScheduleTest.cpp.

215 : t_(nthr) {}
const int nthr[]
std::vector< PerThread > t_

Member Data Documentation

std::vector<PerThread> AuxData::t_

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