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::Timing Struct Reference

Public Member Functions

Timing operator+ (Timing const &other) const
 
Timingoperator+= (Timing const &other)
 
void reset ()
 
 Timing ()
 

Public Attributes

unsigned int count
 
double event
 
double preevent
 
double presource
 
double source
 

Detailed Description

Definition at line 374 of file FastTimerService.h.

Constructor & Destructor Documentation

FastTimerService::Timing::Timing ( )
inline

Definition at line 381 of file FastTimerService.h.

Member Function Documentation

Timing FastTimerService::Timing::operator+ ( Timing const &  other) const
inline

Definition at line 407 of file FastTimerService.h.

Timing& FastTimerService::Timing::operator+= ( Timing const &  other)
inline

Definition at line 397 of file FastTimerService.h.

void FastTimerService::Timing::reset ( void  )
inline

Definition at line 389 of file FastTimerService.h.

Member Data Documentation

unsigned int FastTimerService::Timing::count

Definition at line 379 of file FastTimerService.h.

double FastTimerService::Timing::event

Definition at line 378 of file FastTimerService.h.

Referenced by core.AutoHandle.AutoHandle::product().

double FastTimerService::Timing::preevent

Definition at line 377 of file FastTimerService.h.

double FastTimerService::Timing::presource

Definition at line 375 of file FastTimerService.h.

double FastTimerService::Timing::source

Definition at line 376 of file FastTimerService.h.