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

the performance data for running a single tool More...

#include <PerformanceData.h>

Collaboration diagram for columnar::TestUtils::ToolPerfData:

Public Attributes

std::string name
std::optional< float > timeRetrieve
std::optional< float > timeCopyRecord
std::optional< float > timeCheck
std::optional< float > timeCall
std::optional< float > timeCall2
std::optional< float > timeClear

Detailed Description

the performance data for running a single tool

Definition at line 34 of file PerformanceData.h.

Member Data Documentation

◆ name

std::string columnar::TestUtils::ToolPerfData::name

Definition at line 36 of file PerformanceData.h.

◆ timeCall

std::optional<float> columnar::TestUtils::ToolPerfData::timeCall

Definition at line 40 of file PerformanceData.h.

◆ timeCall2

std::optional<float> columnar::TestUtils::ToolPerfData::timeCall2

Definition at line 41 of file PerformanceData.h.

◆ timeCheck

std::optional<float> columnar::TestUtils::ToolPerfData::timeCheck

Definition at line 39 of file PerformanceData.h.

◆ timeClear

std::optional<float> columnar::TestUtils::ToolPerfData::timeClear

Definition at line 42 of file PerformanceData.h.

◆ timeCopyRecord

std::optional<float> columnar::TestUtils::ToolPerfData::timeCopyRecord

Definition at line 38 of file PerformanceData.h.

◆ timeRetrieve

std::optional<float> columnar::TestUtils::ToolPerfData::timeRetrieve

Definition at line 37 of file PerformanceData.h.


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