MCPcopy Create free account
hub / github.com/CE-Programming/CEmu / sched_get_clock_rate_precise

Function sched_get_clock_rate_precise

core/schedule.c:515–517  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

513}
514
515double sched_get_clock_rate_precise(enum clock_id clock) {
516 return (double)SCHED_BASE_CLOCK_RATE / sched.clocks[clock].tick_unit;
517}
518
519static void sched_init_events(void) {
520 sched.items[SCHED_SECOND].callback.event = sched_second;

Callers 2

drawMethod · 0.85
throttleWaitMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected