RE: [hatari-devel] Is it me or the symbols prg option is broken ? |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
- To: "hatari-devel@xxxxxxxxxxxxxxxxxxx" <hatari-devel@xxxxxxxxxxxxxxxxxxx>
- Subject: RE: [hatari-devel] Is it me or the symbols prg option is broken ?
- From: "Konador, Cyprian" <cyprian.konador@xxxxxx>
- Date: Fri, 1 May 2015 10:35:19 +0000
- Accept-language: pl-PL, en-US
- Thread-index: AQHPhVtYXzNzoH0y+UaFTU7Bp2bfsZtsaCcAgAAIYYCAAVvjgIAAGGwAgAAfeoCAAAVqAIABdwOAgfTc75CAAF45gIAA2yrQgACcIwCAACoGkIAADAKAgAAEopCAAbrNgIAAvF5A
- Thread-topic: [hatari-devel] Is it me or the symbols prg option is broken ?
> -----Original Message-----
> From: Eero Tamminen
>
> Because in your case there's a crash before next VBL and program terminates
> before breakpoint for the VBL, there aren't anymore:
I guess it crash due to lack of the BLiTTER (which is used here very intensively)
> Attached is graph of:
>
> # get the profile
> hatari --parse break.ini bt4pc_dx.prg
>
> # get symbols for profile post-processing
> gst2ascii bt4pc_dx.prg > symbols.txt
>
> # post-process profile, output top-lists & callgraphs
> hatari_profile.py -stpg -r symbols.txt --compact myprofile.txt
>
> # convert callgraph to SVG
> dot -Tsvg myprofile-2.dot > myprofile-cycles.svg
>
> Attached SVG file can be viewed with Browser.
That graph looks really cool. Thanks for that list of commands