ATLAS Offline Software
Loading...
Searching...
No Matches
columnar::TestUtils::BranchPerfData Struct Referencefinal

the performance data for reading a single branch More...

Collaboration diagram for columnar::TestUtils::BranchPerfData:

Public Attributes

std::string name
std::optional< float > timeRead
std::optional< float > timeUnpack
std::optional< float > entrySize
std::optional< float > uncompressedSize
std::optional< unsigned > numBaskets
std::optional< unsigned > entries
std::optional< unsigned > nullEntries

Detailed Description

the performance data for reading a single branch

Definition at line 142 of file ColumnarPhysliteTest.cxx.

Member Data Documentation

◆ entries

std::optional<unsigned> columnar::TestUtils::BranchPerfData::entries

Definition at line 150 of file ColumnarPhysliteTest.cxx.

◆ entrySize

std::optional<float> columnar::TestUtils::BranchPerfData::entrySize

Definition at line 147 of file ColumnarPhysliteTest.cxx.

◆ name

std::string columnar::TestUtils::BranchPerfData::name

Definition at line 144 of file ColumnarPhysliteTest.cxx.

◆ nullEntries

std::optional<unsigned> columnar::TestUtils::BranchPerfData::nullEntries

Definition at line 151 of file ColumnarPhysliteTest.cxx.

◆ numBaskets

std::optional<unsigned> columnar::TestUtils::BranchPerfData::numBaskets

Definition at line 149 of file ColumnarPhysliteTest.cxx.

◆ timeRead

std::optional<float> columnar::TestUtils::BranchPerfData::timeRead

Definition at line 145 of file ColumnarPhysliteTest.cxx.

◆ timeUnpack

std::optional<float> columnar::TestUtils::BranchPerfData::timeUnpack

Definition at line 146 of file ColumnarPhysliteTest.cxx.

◆ uncompressedSize

std::optional<float> columnar::TestUtils::BranchPerfData::uncompressedSize

Definition at line 148 of file ColumnarPhysliteTest.cxx.


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