Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/csound/csound
/ GetRealTime
Method
GetRealTime
include/csound.hpp:1056–1059 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1054
RTCLOCK rt;
1055
public:
1056
double GetRealTime()
1057
{
1058
return csoundGetRealTime(&rt);
1059
}
1060
double GetCPUTime()
1061
{
1062
return csoundGetCPUTime(&rt);
Callers
2
playopen_dummy
Function · 0.45
recopen_dummy
Function · 0.45
Calls
1
csoundGetRealTime
Function · 0.85
Tested by
no test coverage detected