QMCPACK
ProfileData Struct Reference
+ Collaboration diagram for ProfileData:

Public Member Functions

ProfileDataoperator+= (const ProfileData &pd)
 

Public Attributes

double time
 
double calls
 

Detailed Description

Definition at line 196 of file TimerManager.cpp.

Member Function Documentation

◆ operator+=()

ProfileData& operator+= ( const ProfileData pd)
inline

Definition at line 201 of file TimerManager.cpp.

References ProfileData::calls, and ProfileData::time.

202  {
203  time += pd.time;
204  calls += pd.calls;
205  return *this;
206  }

Member Data Documentation

◆ calls

◆ time


The documentation for this struct was generated from the following file: