Changeset 533 for trunk/src/core/logger.cc
- Timestamp:
- 01/12/17 13:16:48 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/core/logger.cc
r402 r533 144 144 { 145 145 char stamp[16]; 146 size_tssize = timestamp( stamp );146 uint32 ssize = timestamp( stamp ); 147 147 148 148 #if NV_COMPILER == NV_MSVC … … 180 180 { 181 181 char stamp[16]; 182 size_tssize = timestamp( stamp );182 uint32 ssize = timestamp( stamp ); 183 183 #if 0 // NV_PLATFORM == NV_WINDOWS 184 184 // Turns out WriteFile on Windows is unbuffered and quite slower than fwrite … … 242 242 } 243 243 244 nv:: size_tnv::log_sink::timestamp( char* buffer ) const244 nv::uint32 nv::log_sink::timestamp( char* buffer ) const 245 245 { 246 246 uint32 ms = get_system_ms();
Note: See TracChangeset
for help on using the changeset viewer.