uvm32/hosts/host-sdl
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
..
host-sdl.c Add a simple statistical profiler 2025-12-15 14:10:49 +00:00
Makefile Renaming and documentating header 2025-12-12 20:42:26 +00:00