|
IPPL API Reference
Independent Parallel Particle Layer C++ API
|
Public Types | |
| typedef unsigned int | TimerRef |
| typedef IpplTimerInfo | TimerInfo |
| typedef std::vector< my_auto_ptr< TimerInfo > > | TimerList_t |
| typedef std::map< std::string, TimerInfo * > | TimerMap_t |
Public Member Functions | |
| TimerRef | getTimer (const char *) |
| void | startTimer (TimerRef) |
| void | stopTimer (TimerRef) |
| void | clearTimer (TimerRef) |
| TimerInfo * | infoTimer (const char *nm) |
| void | print () |
| void | print (const std::string &fn, const std::map< std::string, unsigned int > &problemSize) |