svcore
1.9
|
Profile class for counting cache hits and the like. More...
#include <HitCount.h>
Public Member Functions | |
HitCount (std::string name) | |
~HitCount () | |
void | hit () |
void | partial () |
void | miss () |
Private Attributes | |
std::string | m_name |
int | m_hit |
int | m_partial |
int | m_miss |
Detailed Description
Profile class for counting cache hits and the like.
Definition at line 26 of file HitCount.h.
Constructor & Destructor Documentation
|
inline |
Definition at line 29 of file HitCount.h.
|
inline |
Member Function Documentation
|
inline |
Definition at line 59 of file HitCount.h.
References m_hit.
Referenced by FFTModel::getFFTColumn(), WavFileReader::getInterleavedFramesUnnormalised(), FFTModel::getSourceData(), and Dense3DModelPeakCache::haveColumn().
|
inline |
Definition at line 60 of file HitCount.h.
References m_partial.
Referenced by WavFileReader::getInterleavedFramesUnnormalised(), and FFTModel::getSourceData().
|
inline |
Definition at line 61 of file HitCount.h.
References m_miss.
Referenced by FFTModel::getFFTColumn(), WavFileReader::getInterleavedFramesUnnormalised(), FFTModel::getSourceData(), and Dense3DModelPeakCache::haveColumn().
Member Data Documentation
|
private |
Definition at line 64 of file HitCount.h.
Referenced by ~HitCount().
|
private |
Definition at line 65 of file HitCount.h.
Referenced by hit(), and ~HitCount().
|
private |
Definition at line 66 of file HitCount.h.
Referenced by partial(), and ~HitCount().
|
private |
Definition at line 67 of file HitCount.h.
Referenced by miss(), and ~HitCount().
The documentation for this class was generated from the following file:
Generated by 1.8.11