uvm32/hosts
Toby Jaffey 53b5eeb256
Some checks are pending
CI / test (ubuntu-latest) (push) Waiting to run
Add a simple statistical profiler
Enabled by -p, will sample program counter and store frequency. Using "-i 1" will make execution pause on every instruction and sample PC.

    host-sdl -p -i 1 foo.bin | grep times > log.txt
    cat log.txt  | sort -n -k4

Can match addresses with
riscv64-elf-objdump -S -d -f foo.bin
2025-12-15 14:10:49 +00:00
..
fuzz Map extram to same fuzz buffer 2025-12-14 19:28:15 +00:00
host Rename getbuf to getslice 2025-12-13 23:15:06 +00:00
host-arduino Renaming and documentating header 2025-12-12 20:42:26 +00:00
host-mini Make self and mandel examples a bit smaller 2025-12-15 01:12:47 +00:00
host-parallel Regenerate binaries, now default crt0 has changed 2025-12-14 01:36:47 +00:00
host-sdl Add a simple statistical profiler 2025-12-15 14:10:49 +00:00
Makefile SDL based host with extram mapped to framebuffer and simple gfx app to accompany it 2025-12-11 23:31:10 +00:00