Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
29
const char* GetTime()
30
{
31
struct tm ptm = GetUnixBuildTime();
32
strftime( timeString, sizeof( timeString ),
"%H:%M:%S"
, &ptm );
33
return timeString;
34
}
35
36
const char* GetDate()
37
{
Callers
3
Execute
Method · 0.85
Tr2TimelineController.h
File · 0.85
Tr2FollowCurveKey.h
File · 0.85
Calls
1
GetUnixBuildTime
Function · 0.85
Tested by
no test coverage detected