mirror of
https://github.com/ringtailsoftware/uvm32.git
synced 2026-06-05 22:43:39 +00:00
|
Some checks are pending
CI / test (ubuntu-latest) (push) Waiting to run
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
|
||
|---|---|---|
| .. | ||
| fuzz | ||
| host | ||
| host-arduino | ||
| host-mini | ||
| host-parallel | ||
| host-sdl | ||
| Makefile | ||