MCPcopy Create free account
hub / github.com/carbonengine/trinity / GetTime

Function GetTime

trinity/RenderJob/TriStepRenderFps.cpp:29–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27}
28
29const char* GetTime()
30{
31 struct tm ptm = GetUnixBuildTime();
32 strftime( timeString, sizeof( timeString ), "%H:%M:%S", &ptm );
33 return timeString;
34}
35
36const char* GetDate()
37{

Callers 3

ExecuteMethod · 0.85

Calls 1

GetUnixBuildTimeFunction · 0.85

Tested by

no test coverage detected