CMS 3D CMS Logo

Public Member Functions | Public Attributes

edm::CPUTimer::Times Struct Reference

#include <CPUTimer.h>

List of all members.

Public Member Functions

 Times ()

Public Attributes

double cpu_
double real_

Detailed Description

Definition at line 47 of file CPUTimer.h.


Constructor & Destructor Documentation

edm::CPUTimer::Times::Times ( ) [inline]

Definition at line 48 of file CPUTimer.h.

:real_(0),cpu_(0) {}

Member Data Documentation