Changeset 151 for trunk/src/profiler.cc


Ignore:
Timestamp:
07/07/13 17:47:07 (12 years ago)
Author:
epyon
Message:
  • minor fix in profiler
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/profiler.cc

    r150 r151  
    102102        m_root->stop();
    103103        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"
    105105                << std::setw(7) << "%PARNT"
    106106                << std::setw(7) << "CALLS"
Note: See TracChangeset for help on using the changeset viewer.