MCPcopy 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;
1055public:
1056 double GetRealTime()
1057 {
1058 return csoundGetRealTime(&rt);
1059 }
1060 double GetCPUTime()
1061 {
1062 return csoundGetCPUTime(&rt);

Callers 2

playopen_dummyFunction · 0.45
recopen_dummyFunction · 0.45

Calls 1

csoundGetRealTimeFunction · 0.85

Tested by

no test coverage detected