Project
Loading...
Searching...
No Matches
TestPages Class Reference

Classes

struct  RawPage
 

Public Types

using V4 = o2::header::RAWDataHeaderV4
 

Public Member Functions

 TestPages ()
 
const chardata () const
 
size_t size () const
 

Static Public Attributes

static constexpr size_t MaxNPages = 256 * 1024
 
static constexpr size_t PageSize = 8192
 
static constexpr size_t PageDataSize = PageSize - sizeof(V4)
 

Detailed Description

Definition at line 17 of file benchmark_RawParser.cxx.

Member Typedef Documentation

◆ V4

Constructor & Destructor Documentation

◆ TestPages()

TestPages::TestPages ( )
inline

Definition at line 30 of file benchmark_RawParser.cxx.

Member Function Documentation

◆ data()

const char * TestPages::data ( ) const
inline

Definition at line 42 of file benchmark_RawParser.cxx.

◆ size()

size_t TestPages::size ( ) const
inline

Definition at line 47 of file benchmark_RawParser.cxx.

Member Data Documentation

◆ MaxNPages

constexpr size_t TestPages::MaxNPages = 256 * 1024
staticconstexpr

Definition at line 21 of file benchmark_RawParser.cxx.

◆ PageDataSize

constexpr size_t TestPages::PageDataSize = PageSize - sizeof(V4)
staticconstexpr

Definition at line 23 of file benchmark_RawParser.cxx.

◆ PageSize

constexpr size_t TestPages::PageSize = 8192
staticconstexpr

Definition at line 22 of file benchmark_RawParser.cxx.


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