MCPcopy Create free account
hub / github.com/CobaltFusion/DebugViewPP / GetOffsetText

Function GetOffsetText

DebugView++Lib/FileIO.cpp:288–293  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

286}
287
288std::string GetOffsetText(double time)
289{
290 char buf[32];
291 sprintf_s(buf, "%.06f", time);
292 return buf;
293}
294
295void WriteLogFileMessage(std::ofstream& ofstream, double time, FILETIME filetime, DWORD pid, const std::string& processName, std::string message)
296{

Callers 1

WriteLogFileMessageFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected