#include <EdmEventSize.h>
Classes | |
struct | BranchRecord |
the information for each branch More... | |
struct | Error |
generic exception More... | |
Public Types | |
typedef std::vector< BranchRecord > | Branches |
Public Member Functions | |
void | dump (std::ostream &co, bool header=true) const |
dump the ascii table on "co" More... | |
EdmEventSize () | |
Constructor. More... | |
EdmEventSize (std::string const &fileName, std::string const &treeName="Events") | |
Constructor and parse. More... | |
void | formatNames () |
transform Branch names in "formatted" prodcut identifiers More... | |
void | parseFile (std::string const &fileName, std::string const &treeName="Events") |
read file, compute branch size, sort by size More... | |
void | produceHistos (std::string const &plot, std::string const &file, int top=0) const |
produce histograms and optionally write them in "file" or as "plot" More... | |
void | sortAlpha () |
sort by name More... | |
Private Attributes | |
Branches | m_branches |
std::string | m_fileName |
int | m_nEvents |
Measure the size of each product in an edm::event Provides the output as an ascii table or root histograms
Based on the original implementation by Luca Lista
Algorithm: Measure the size of each branch in a tree as the sum of the sizes of all its baskets Estimate the "size in memory" multipling the actual branch size by its compression factor
Definition at line 24 of file EdmEventSize.h.
typedef std::vector<BranchRecord> perftools::EdmEventSize::Branches |
Definition at line 44 of file EdmEventSize.h.
perftools::EdmEventSize::EdmEventSize | ( | ) |
|
explicit |
Constructor and parse.
Definition at line 74 of file EdmEventSize.cc.
References parseFile().
void perftools::EdmEventSize::dump | ( | std::ostream & | co, |
bool | header = true |
||
) | const |
dump the ascii table on "co"
Definition at line 160 of file EdmEventSize.cc.
References perftools::detail::dump(), m_branches, m_fileName, and m_nEvents.
void perftools::EdmEventSize::formatNames | ( | ) |
transform Branch names in "formatted" prodcut identifiers
Definition at line 151 of file EdmEventSize.cc.
References m_branches, and perftools::detail::shorterName().
void perftools::EdmEventSize::parseFile | ( | std::string const & | fileName, |
std::string const & | treeName = "Events" |
||
) |
read file, compute branch size, sort by size
Definition at line 78 of file EdmEventSize.cc.
References perftools::EdmEventSize::BranchRecord::compr_size, events, mergeVDriftHistosByStation::file, MillePedeFileConverter_cfg::fileName, mps_fire::i, m_branches, m_fileName, m_nEvents, dqmiodumpmetadata::n, mergeVDriftHistosByStation::name, class-composition::o, alignCSCRings::s, and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by EdmEventSize().
void perftools::EdmEventSize::produceHistos | ( | std::string const & | plot, |
std::string const & | file, | ||
int | top = 0 |
||
) | const |
produce histograms and optionally write them in "file" or as "plot"
Definition at line 230 of file EdmEventSize.cc.
References c, perftools::detail::Hist::compressed, validate-o2o-wbm::f, perftools::detail::Hist::fill(), perftools::detail::Hist::finalize(), h, m_branches, and perftools::detail::Hist::uncompressed.
void perftools::EdmEventSize::sortAlpha | ( | ) |
sort by name
Definition at line 122 of file EdmEventSize.cc.
References m_branches, and perftools::EdmEventSize::BranchRecord::name.
|
private |
Definition at line 69 of file EdmEventSize.h.
Referenced by dump(), formatNames(), parseFile(), produceHistos(), and sortAlpha().
|
private |
Definition at line 67 of file EdmEventSize.h.
Referenced by dump(), and parseFile().
|
private |
Definition at line 68 of file EdmEventSize.h.
Referenced by dump(), and parseFile().