MCPcopy Create free account
hub / github.com/Scobalula/Greyhound / PrintTotalTime

Method PrintTotalTime

src/External/CascLib/test/TLogHelper.cpp:420–427  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

418 }
419
420 void PrintTotalTime()
421 {
422 DWORD TotalTime = SetEndTime();
423
424 if(TotalTime != 0)
425 PrintMessage("TotalTime: %u.%u second(s)", (TotalTime / 1000), (TotalTime % 1000));
426 PrintMessage("Work complete.");
427 }
428
429 template <typename XCHAR>
430 int PrintErrorVa(const XCHAR * szFormat, ...)

Callers 4

Storage_OpenFilesFunction · 0.80
Storage_SeekFilesFunction · 0.80
Storage_EnumFilesFunction · 0.80
SpeedStorage_TestFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected