Changeset 151
- Timestamp:
- 07/07/13 17:47:07 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/profiler.cc
r150 r151 102 102 m_root->stop(); 103 103 NV_LOG( LOG_INFO, "-- PROFILER REPORT -----------------------------------------" ); 104 NV_LOG( LOG_INFO, std::left << std::setw( 18) << "TAG"104 NV_LOG( LOG_INFO, std::left << std::setw(24) << "TAG" 105 105 << std::setw(7) << "%PARNT" 106 106 << std::setw(7) << "CALLS"
Note: See TracChangeset
for help on using the changeset viewer.