Rocstar  1.0
Rocstar multiphysics simulation application
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
FunctionTimer Class Reference

#include <MsqTimer.hpp>

Public Member Functions

 FunctionTimer (StopWatchCollection::Key key)
 
void start ()
 
 ~FunctionTimer ()
 
 FunctionTimer (StopWatchCollection::Key key)
 
void start ()
 
 ~FunctionTimer ()
 

Private Member Functions

void * operator new (size_t size)
 
 FunctionTimer (const FunctionTimer &)
 
FunctionTimeroperator= (const FunctionTimer &)
 
void * operator new (size_t size)
 
 FunctionTimer (const FunctionTimer &)
 
FunctionTimeroperator= (const FunctionTimer &)
 

Private Attributes

StopWatchCollection::Key mKey
 

Detailed Description

Definition at line 195 of file includeLinks/MsqTimer.hpp.

Constructor & Destructor Documentation

Definition at line 198 of file includeLinks/MsqTimer.hpp.

198 : mKey( key ) {}
StopWatchCollection::Key mKey
static T_Key key
Definition: vinci_lass.c:76
~FunctionTimer ( )
inline

Definition at line 200 of file includeLinks/MsqTimer.hpp.

References Mesquite::GlobalStopWatches, FunctionTimer::mKey, and StopWatchCollection::stop().

Mesquite::StopWatchCollection GlobalStopWatches
StopWatchCollection::Key mKey

Here is the call graph for this function:

FunctionTimer ( const FunctionTimer )
private

Definition at line 198 of file src/Misc/MsqTimer.hpp.

198 : mKey( key ) {}
StopWatchCollection::Key mKey
static T_Key key
Definition: vinci_lass.c:76
~FunctionTimer ( )
inline

Definition at line 200 of file src/Misc/MsqTimer.hpp.

References Mesquite::GlobalStopWatches, FunctionTimer::mKey, and StopWatchCollection::stop().

Mesquite::StopWatchCollection GlobalStopWatches
StopWatchCollection::Key mKey

Here is the call graph for this function:

FunctionTimer ( const FunctionTimer )
private

Member Function Documentation

void* operator new ( size_t  size)
private
void* operator new ( size_t  size)
private
FunctionTimer& operator= ( const FunctionTimer )
private
FunctionTimer& operator= ( const FunctionTimer )
private
void start ( )
inline

Definition at line 199 of file src/Misc/MsqTimer.hpp.

References Mesquite::GlobalStopWatches, FunctionTimer::mKey, and StopWatchCollection::start().

Mesquite::StopWatchCollection GlobalStopWatches
StopWatchCollection::Key mKey

Here is the call graph for this function:

void start ( )
inline

Definition at line 199 of file includeLinks/MsqTimer.hpp.

References Mesquite::GlobalStopWatches, FunctionTimer::mKey, and StopWatchCollection::start().

Mesquite::StopWatchCollection GlobalStopWatches
StopWatchCollection::Key mKey

Here is the call graph for this function:

Member Data Documentation


The documentation for this class was generated from the following files: