-
-
MorphOS Developer
Posts: 21 from 2004/6/12
I just uploaded libprofile 0.11 in to usual place (http://www.tbs-software.com/morgoth). Theris is some new features and some bugfixes. ThX this time goes to Marcin "marcik" Kwiatkowski for some nice suggestions and bug hunting.
New features are:
- Correct function names demangling for C++ programs (fox both gcc 2.9x and 3.x/4.x)
- Support for function names longer than 32 characters
- Calll graph support. Now libprofile can produce a nice call graph for each function call in program. Just take a look at example:
main | 0xa5c | Enter | -
test | 0x928 | Enter | -
test50 | 0x64c | Enter | -
test50 | 0x64c | Exit | 1.01653
test100 | 0x6d0 | Enter | -
test100 | 0x6d0 | Exit | 2.00033
test500 | 0x754 | Enter | -
test500 | 0x754 | Exit | 10.00206
test1 | 0x7d8 | Enter | -
test1 | 0x7d8 | Exit | 0.04001
test1 | 0x7d8 | Enter | -
test1 | 0x7d8 | Exit | 0.03995
test1 | 0x7d8 | Enter | -
test1 | 0x7d8 | Exit | 0.04000
test1 | 0x7d8 | Enter | -
...
There is some more not so important changes, take a look in to the readme if you wan to know more.
Also there is new version of libresources with one tiny fix and a compilation of E-UAE 0.8.29-WIP2 (SDL) as requested by one of my friends.
-
»15.07.06 - 20:11