CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Public Attributes
FastTimerService::StreamData Struct Reference

Public Member Functions

void reset ()
 
 StreamData ()
 

Public Attributes

ModuleInfocurrent_module
 
PathInfocurrent_path
 
SummaryPlots dqm
 
std::vector< SummaryProfilesdqm_byluminosity
 
std::vector
< PathProfilesPerProcess
dqm_paths
 
std::vector
< SummaryPlotsPerProcess
dqm_perprocess
 
std::vector< std::vector
< SummaryProfilesPerProcess > > 
dqm_perprocess_byluminosity
 
ModuleMap< ModuleInfo * > fast_modules
 
ModuleMap< ModuleInfo * > fast_moduletypes
 
std::vector< double > luminosity
 
std::unordered_map
< std::string, ModuleInfo
modules
 
std::unordered_map
< std::string, ModuleInfo
moduletypes
 
PathMap< PathInfopaths
 
FastTimer timer_endpaths
 
FastTimer timer_event
 
FastTimer::Clock::time_point timer_last_path
 
FastTimer::Clock::time_point timer_last_transition
 
FastTimer timer_path
 
FastTimer timer_paths
 
FastTimer timer_source
 
Timing timing
 
std::vector< TimingPerProcesstiming_perprocess
 

Detailed Description

Definition at line 628 of file FastTimerService.h.

Constructor & Destructor Documentation

FastTimerService::StreamData::StreamData ( )
inline

Definition at line 663 of file FastTimerService.h.

Member Function Documentation

void FastTimerService::StreamData::reset ( void  )
inline

Definition at line 695 of file FastTimerService.h.

Member Data Documentation

ModuleInfo* FastTimerService::StreamData::current_module

Definition at line 656 of file FastTimerService.h.

PathInfo* FastTimerService::StreamData::current_path

Definition at line 655 of file FastTimerService.h.

SummaryPlots FastTimerService::StreamData::dqm

Definition at line 646 of file FastTimerService.h.

std::vector<SummaryProfiles> FastTimerService::StreamData::dqm_byluminosity

Definition at line 647 of file FastTimerService.h.

std::vector<PathProfilesPerProcess> FastTimerService::StreamData::dqm_paths

Definition at line 652 of file FastTimerService.h.

std::vector<SummaryPlotsPerProcess> FastTimerService::StreamData::dqm_perprocess

Definition at line 648 of file FastTimerService.h.

std::vector<std::vector<SummaryProfilesPerProcess> > FastTimerService::StreamData::dqm_perprocess_byluminosity

Definition at line 649 of file FastTimerService.h.

ModuleMap<ModuleInfo *> FastTimerService::StreamData::fast_modules

Definition at line 660 of file FastTimerService.h.

ModuleMap<ModuleInfo *> FastTimerService::StreamData::fast_moduletypes

Definition at line 661 of file FastTimerService.h.

std::vector<double> FastTimerService::StreamData::luminosity

Definition at line 643 of file FastTimerService.h.

std::unordered_map<std::string, ModuleInfo> FastTimerService::StreamData::modules

Definition at line 658 of file FastTimerService.h.

std::unordered_map<std::string, ModuleInfo> FastTimerService::StreamData::moduletypes

Definition at line 659 of file FastTimerService.h.

PathMap<PathInfo> FastTimerService::StreamData::paths

Definition at line 657 of file FastTimerService.h.

FastTimer FastTimerService::StreamData::timer_endpaths

Definition at line 633 of file FastTimerService.h.

FastTimer FastTimerService::StreamData::timer_event

Definition at line 630 of file FastTimerService.h.

FastTimer::Clock::time_point FastTimerService::StreamData::timer_last_path

Definition at line 635 of file FastTimerService.h.

FastTimer::Clock::time_point FastTimerService::StreamData::timer_last_transition

Definition at line 636 of file FastTimerService.h.

FastTimer FastTimerService::StreamData::timer_path

Definition at line 634 of file FastTimerService.h.

FastTimer FastTimerService::StreamData::timer_paths

Definition at line 632 of file FastTimerService.h.

FastTimer FastTimerService::StreamData::timer_source

Definition at line 631 of file FastTimerService.h.

Timing FastTimerService::StreamData::timing

Definition at line 639 of file FastTimerService.h.

std::vector<TimingPerProcess> FastTimerService::StreamData::timing_perprocess

Definition at line 640 of file FastTimerService.h.