ergo
|
#include <Matrix.h>
Public Member Functions | |
void | reset () |
double | getAccumulatedTime () |
void | addTime (double timeToAdd) |
Static Public Member Functions | |
static SingletonForTimings & | instance () |
Private Member Functions | |
SingletonForTimings (const SingletonForTimings &other) | |
SingletonForTimings () | |
Private Attributes | |
double | accumulatedTime |
|
private |
|
inlineprivate |
Referenced by instance().
|
inline |
Referenced by mat::Matrix< Treal, Telement >::allocate().
|
inline |
References accumulatedTime.
|
inlinestatic |
References SingletonForTimings().
Referenced by mat::Matrix< Treal, Telement >::allocate(), and compute_FDSminusSDF_sparse().
|
inline |
Referenced by compute_FDSminusSDF_sparse().
|
private |
Referenced by getAccumulatedTime().