|
KallistiOS git master
Independent SDK for the Sega Dreamcast
|
Enumerations | |
| enum | { PHASE_HALVE , PHASE_INCR , PHASE_DECR , PHASE_FINAL } |
Functions | |
| void | running_stats (void) |
| void | stats (void) |
| int | check_start (void) |
| void | setup (void) |
| void | do_frame (void) |
| void | switch_tests (int ppf) |
| void | check_switch (void) |
| int | main (int argc, char **argv) |
Variables | |
| pvr_init_params_t | pvr_params |
| int | polycnt |
| int | phase = PHASE_HALVE |
| float | avgfps = -1 |
| pvr_poly_hdr_t | hdr |
| time_t | begin |
| int check_start | ( | void | ) |
References cont_state_t::buttons, CONT_START, maple_dev_status(), maple_enum_type(), and MAPLE_FUNC_CONTROLLER.
Referenced by main().
| void check_switch | ( | void | ) |
References avgfps, begin, NULL, phase, PHASE_DECR, PHASE_FINAL, PHASE_HALVE, PHASE_INCR, polycnt, printf, and switch_tests().
Referenced by main().
| int main | ( | int | argc, |
| char ** | argv ) |
References begin, check_start(), check_switch(), do_frame(), NULL, printf, running_stats(), setup(), stats(), and switch_tests().
| void running_stats | ( | void | ) |
References avgfps, pvr_get_stats(), and stats().
Referenced by main().
| void setup | ( | void | ) |
Referenced by main().
| void stats | ( | void | ) |
References DBG_INFO, dbglog, pvr_get_stats(), and stats().
Referenced by main(), running_stats(), and stats().
| void switch_tests | ( | int | ppf | ) |
References avgfps, polycnt, and printf.
Referenced by check_switch(), and main().
| float avgfps = -1 |
Referenced by check_switch(), running_stats(), and switch_tests().
| time_t begin |
Referenced by check_switch(), and main().
| pvr_poly_hdr_t hdr |
| int phase = PHASE_HALVE |
Referenced by check_switch().
| int polycnt |
Referenced by check_switch(), do_frame(), and switch_tests().
| pvr_init_params_t pvr_params |