Vertex cache profiler.
More...
#include <OgreVertexIndexData.h>
|
| VertexCacheProfiler (unsigned int cachesize=16, CacheType cachetype=FIFO) |
|
| ~VertexCacheProfiler () |
|
void | flush () |
|
unsigned int | getHits () |
|
unsigned int | getMisses () |
|
unsigned int | getSize () |
|
void | operator delete (void *ptr) |
|
void | operator delete (void *ptr, void *) |
|
void | operator delete (void *ptr, const char *, int, const char *) |
|
void | operator delete[] (void *ptr) |
|
void | operator delete[] (void *ptr, const char *, int, const char *) |
|
void * | operator new (size_t sz, const char *file, int line, const char *func) |
| operator new, with debug line info More...
|
|
void * | operator new (size_t sz) |
|
void * | operator new (size_t sz, void *ptr) |
| placement operator new More...
|
|
void * | operator new[] (size_t sz, const char *file, int line, const char *func) |
| array operator new, with debug line info More...
|
|
void * | operator new[] (size_t sz) |
|
void | profile (const HardwareIndexBufferSharedPtr &indexBuffer) |
|
void | reset () |
|
Vertex cache profiler.
Definition at line 285 of file OgreVertexIndexData.h.
Ogre::VertexCacheProfiler::VertexCacheProfiler |
( |
unsigned int |
cachesize = 16 , |
|
|
CacheType |
cachetype = FIFO |
|
) |
| |
|
inline |
Ogre::VertexCacheProfiler::~VertexCacheProfiler |
( |
| ) |
|
|
inline |
void Ogre::VertexCacheProfiler::flush |
( |
| ) |
|
|
inline |
unsigned int Ogre::VertexCacheProfiler::getHits |
( |
| ) |
|
|
inline |
unsigned int Ogre::VertexCacheProfiler::getMisses |
( |
| ) |
|
|
inline |
unsigned int Ogre::VertexCacheProfiler::getSize |
( |
void |
| ) |
|
|
inline |
bool Ogre::VertexCacheProfiler::inCache |
( |
unsigned int |
index | ) |
|
|
private |
template<class Alloc >
void* Ogre::AllocatedObject< Alloc >::operator new |
( |
size_t |
sz, |
|
|
const char * |
file, |
|
|
int |
line, |
|
|
const char * |
func |
|
) |
| |
|
inlineinherited |
template<class Alloc >
void* Ogre::AllocatedObject< Alloc >::operator new[] |
( |
size_t |
sz, |
|
|
const char * |
file, |
|
|
int |
line, |
|
|
const char * |
func |
|
) |
| |
|
inlineinherited |
void Ogre::VertexCacheProfiler::reset |
( |
void |
| ) |
|
|
inline |
unsigned int Ogre::VertexCacheProfiler::buffersize |
|
private |
uint32* Ogre::VertexCacheProfiler::cache |
|
private |
unsigned int Ogre::VertexCacheProfiler::hit |
|
private |
unsigned int Ogre::VertexCacheProfiler::miss |
|
private |
unsigned int Ogre::VertexCacheProfiler::size |
|
private |
unsigned int Ogre::VertexCacheProfiler::tail |
|
private |
The documentation for this class was generated from the following file: