Return an iterator over the profiler tree starting at the root
| 496 | |
| 497 | // Return an iterator over the profiler tree starting at the root |
| 498 | RP3D_FORCE_INLINE ProfileNodeIterator* Profiler::getIterator() { |
| 499 | return new ProfileNodeIterator(&mRootNode); |
| 500 | } |
| 501 | |
| 502 | // Destroy a previously allocated iterator |
| 503 | RP3D_FORCE_INLINE void Profiler::destroyIterator(ProfileNodeIterator* iterator) { |
nothing calls this directly
no outgoing calls
no test coverage detected