- Timestamp:
- 11/11/08 18:30:11 (5 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/examples/osgmemorytest/osgmemorytest.cpp
r9147 r9148 418 418 osg::Timer_t startTick = osg::Timer::instance()->tick(); 419 419 420 421 // use printf's below as C++'s ostream classes use more memory and are more likely to fail when everything 422 // goes wrong with memory allocations. 423 420 424 int numContextIterations = 0; 421 425 int numGLObjectIterations = 0;
