Skip to content

Files

Failed to load latest commit information.

Latest commit

 Cannot retrieve latest commit at this time.

History

History

profiler

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

profiler

Take profile data for emulation core using profile package.

Usage

> make build-profiler
> ./build/profiler/profiler -s=30 ROM_PATH
> go tool pprof -http=":8081" ./build/profiler/profiler ./build/profiler/cpu.pprof
# or: go tool pprof -png ./build/profiler/profiler ./build/profiler/cpu.pprof > ./build/profiler/cpu.pprof.png