Belle II Software development
|
for collecting statistics over multiple files. More...
Public Member Functions | |
void | add (const ReadStats &b) |
add other stats object. | |
void | addFromFile (const TFile *f) |
add current statistics from TFile object. | |
std::string | getString () const |
string suitable for printing. | |
Public Attributes | |
long | calls {0} |
number of read calls. | |
long | bytesRead {0} |
total number of bytes read. | |
long | bytesReadExtra {0} |
what TFile thinks was the overhead. | |
for collecting statistics over multiple files.
Definition at line 188 of file RootInputModule.h.
|
inline |
add other stats object.
Definition at line 193 of file RootInputModule.h.
|
inline |
add current statistics from TFile object.
Definition at line 200 of file RootInputModule.h.
|
inline |
string suitable for printing.
Definition at line 207 of file RootInputModule.h.
long bytesRead {0} |
total number of bytes read.
Definition at line 190 of file RootInputModule.h.
long bytesReadExtra {0} |
what TFile thinks was the overhead.
Definition at line 191 of file RootInputModule.h.
long calls {0} |
number of read calls.
Definition at line 189 of file RootInputModule.h.