Home
last modified time | relevance | path

Searched refs:csoundGetCPUTime (Results 1 – 11 of 11) sorted by relevance

/dports/audio/csound/csound-6.15.0/iOS/Csound iOS Swift Examples/Csound iOS SwiftExamples/csound-iOS/headers/
H A Dcsound.h2327 PUBLIC double csoundGetCPUTime(RTCLOCK *);
H A Dcsound.hpp1034 return csoundGetCPUTime(&rt); in GetCPUTime()
/dports/audio/csound/csound-6.15.0/include/
H A Dcsound.hpp1041 return csoundGetCPUTime(&rt); in GetCPUTime()
H A Dcsound.h2349 PUBLIC double csoundGetCPUTime(RTCLOCK *);
/dports/audio/csound/csound-6.15.0/iOS/Csound iOS Obj-C Examples/csound-iOS/headers/
H A Dcsound.h2327 PUBLIC double csoundGetCPUTime(RTCLOCK *);
H A Dcsound.hpp1034 return csoundGetCPUTime(&rt); in GetCPUTime()
/dports/audio/csound/csound-6.15.0/interfaces/
H A Dctcsound.py450 libcsound.csoundGetCPUTime.restype = ct.c_double
451 libcsound.csoundGetCPUTime.argtypes = [ct.POINTER(RtClock)]
2414 return libcsound.csoundGetCPUTime(ct.byref(timerStruct))
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/csound-sys-0.1.2/src/
H A Dlib.rs1094 pub fn csoundGetCPUTime(arg1: *mut RTCLOCK) -> c_double; in csoundGetCPUTime() function
/dports/audio/csound/csound-6.15.0/Engine/
H A Dmusmon.c150 ct = csoundGetCPUTime(csound->csRtClock); in print_benchmark_info()
/dports/audio/csound/csound-6.15.0/Top/
H A Dcsound.c399 csoundGetCPUTime,
3992 PUBLIC double csoundGetCPUTime(RTCLOCK *p) in csoundGetCPUTime() function
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/csound-0.1.8/src/
H A Dcsound.rs2360 unsafe { csound_sys::csoundGetCPUTime(timer as *mut RTCLOCK) as f64 } in get_cpu_time()