Commit Graph

8 Commits

Author SHA1 Message Date
Lephenixnoir 71d7b2fcf2
perf/memory: add alternating reads and writes 2022-04-03 10:36:35 +01:00
Lephenixnoir 32a81d6e54
perf/memory: more detailed statistics on memory read/write speed 2022-03-26 15:22:04 +00:00
Lephenixnoir ebc9b5c1c2
timer_callbacks: add an ICS test 2021-06-18 14:45:23 +02:00
Lephenixnoir c9d01109c7
use %D instead of %j for fixed-point values 2021-06-16 16:02:33 +02:00
Lephenixnoir ea4351a453
replace gint standard includes with fxlibc 2021-06-08 10:45:51 +02:00
Lephenixnoir 5586985a3d
update to the new driver system
Follows most of the changes made to the gint driver system.

* Replace test gint/switch with a new test gint/drivers which shows
  driver metadata, flags, and world states.
* Enable the DMA Control test on SH4-based fx-9860G.
* Enable the Memory Speed test on SH4-based fx-9860G.
* Enable the Memory Speed test on SH3-based fx-9860G although there's
  barely anything useful for that platform.
* Update all tests to the GINT_CALL API when useful.
* Use public world buffers and public driver state structures to show
  world states without having to coordinate the gint and gintctl code.
2021-04-24 16:11:47 +02:00
Lephe c9d50a893d
perf/memory: make more rounds to use less space 2020-10-25 13:59:36 +01:00
Lephe 2050caee22
perf/memory: add a memory speed test for all memory regions 2020-10-21 18:34:55 +02:00