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

Function GetTimeText

DebugView++Lib/Conversions.cpp:19–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17namespace debugviewpp {
18
19std::string GetTimeText(double time)
20{
21 return stringbuilder() << std::fixed << std::setprecision(6) << time;
22}
23
24std::string GetDateText(const SYSTEMTIME& st)
25{

Callers 4

OutputDetailsFunction · 0.85
GetProcessInfoMethod · 0.85
AreEqualFunction · 0.85
GetColumnTextMethod · 0.85

Calls 2

FileTimeToSystemTimeFunction · 0.85
FileTimeToLocalFileTimeFunction · 0.85

Tested by 1

AreEqualFunction · 0.68