Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
17
namespace debugviewpp {
18
19
std::string GetTimeText(double time)
20
{
21
return stringbuilder() << std::fixed << std::setprecision(6) << time;
22
}
23
24
std::string GetDateText(const SYSTEMTIME& st)
25
{
Callers
4
OutputDetails
Function · 0.85
GetProcessInfo
Method · 0.85
AreEqual
Function · 0.85
GetColumnText
Method · 0.85
Calls
2
FileTimeToSystemTime
Function · 0.85
FileTimeToLocalFileTime
Function · 0.85
Tested by
1
AreEqual
Function · 0.68