|
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 |
|
inline |
References accumulatedTime.
Referenced by mat::Matrix< Treal, Telement >::allocate().
|
inline |
References accumulatedTime.
|
inlinestatic |
Referenced by mat::Matrix< Treal, Telement >::allocate(), and compute_FDSminusSDF_sparse().
|
inline |
References accumulatedTime.
Referenced by compute_FDSminusSDF_sparse().
|
private |
Referenced by addTime(), getAccumulatedTime(), and reset().