|
Pol
Revision:cb584c9
|
Public Member Functions | |
| HitsCounter () | |
| u64 & | operator[] (size_t idx) |
| const u64 & | operator[] (size_t idx) const |
| size_t | sizeEstimate () const |
Static Public Attributes | |
| static const size_t | ERASE = 2 |
| static const size_t | READ = 0 |
| static const size_t | WRITE = 1 |
Private Attributes | |
| std::array< u64, 3 > | hits |
| 0=read, 1=write, 2=erase More... | |
Definition at line 91 of file proplist.h.
| Pol::Core::CPropProfiler::HitsCounter::HitsCounter | ( | ) |
Definition at line 30 of file proplist.cpp.
| u64 & Pol::Core::CPropProfiler::HitsCounter::operator[] | ( | size_t | idx | ) |
Definition at line 32 of file proplist.cpp.
References hits.
| const u64 & Pol::Core::CPropProfiler::HitsCounter::operator[] | ( | size_t | idx | ) | const |
Definition at line 37 of file proplist.cpp.
References hits.
| size_t Pol::Core::CPropProfiler::HitsCounter::sizeEstimate | ( | ) | const |
Definition at line 42 of file proplist.cpp.
References hits.
|
static |
Definition at line 96 of file proplist.h.
Referenced by Pol::Core::CPropProfiler::cpropErase(), and Pol::Core::CPropProfiler::dumpProfile().
|
private |
0=read, 1=write, 2=erase
Definition at line 105 of file proplist.h.
Referenced by operator[](), and sizeEstimate().
|
static |
Definition at line 94 of file proplist.h.
Referenced by Pol::Core::CPropProfiler::cpropRead(), and Pol::Core::CPropProfiler::dumpProfile().
|
static |
Definition at line 95 of file proplist.h.
Referenced by Pol::Core::CPropProfiler::cpropWrite(), and Pol::Core::CPropProfiler::dumpProfile().