Definition at line 33 of file ReadSpeed.hxx.
| Public Attributes | |
| ULong64_t | fCompressedBytesRead | 
| Number of compressed bytes read in total from the TFiles. | |
| double | fCpuTime | 
| CPU time spent reading and decompressing all data, in seconds. | |
| double | fMTSetupCpuTime | 
| CPU time spent preparing the multi-thread workload. | |
| double | fMTSetupRealTime | 
| Real time spent preparing the multi-thread workload. | |
| double | fRealTime | 
| Real time spent reading and decompressing all data, in seconds. | |
| unsigned int | fThreadPoolSize | 
| Size of ROOT's thread pool for the run (0 indicates a single-thread run with no thread pool present). | |
| ULong64_t | fUncompressedBytesRead | 
| Number of uncompressed bytes read in total from TTree branches. | |
#include <ReadSpeed.hxx>
| ULong64_t ReadSpeed::Result::fCompressedBytesRead | 
Number of compressed bytes read in total from the TFiles.
Definition at line 45 of file ReadSpeed.hxx.
| double ReadSpeed::Result::fCpuTime | 
CPU time spent reading and decompressing all data, in seconds.
Definition at line 37 of file ReadSpeed.hxx.
| double ReadSpeed::Result::fMTSetupCpuTime | 
CPU time spent preparing the multi-thread workload.
Definition at line 41 of file ReadSpeed.hxx.
| double ReadSpeed::Result::fMTSetupRealTime | 
Real time spent preparing the multi-thread workload.
Definition at line 39 of file ReadSpeed.hxx.
| double ReadSpeed::Result::fRealTime | 
Real time spent reading and decompressing all data, in seconds.
Definition at line 35 of file ReadSpeed.hxx.
| unsigned int ReadSpeed::Result::fThreadPoolSize | 
Size of ROOT's thread pool for the run (0 indicates a single-thread run with no thread pool present).
Definition at line 47 of file ReadSpeed.hxx.
| ULong64_t ReadSpeed::Result::fUncompressedBytesRead | 
Number of uncompressed bytes read in total from TTree branches.
Definition at line 43 of file ReadSpeed.hxx.