Belle II Software
release-08-01-10
|
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.