http://bugs.winehq.org/show_bug.cgi?id=836
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dank@kegel.com
--- Comment #10 from Dan Kegel dank@kegel.com 2008-08-27 15:02:32 --- I have some data. I'm trying to debug a large non-public executable, and as you can see from the output of top, winedbg is pretty busy: 8801 dank 20 0 2580m 63m 2288 R 99 3.2 115:49.50 winedbg oprofile shows
$ sudo opreport -l image /home/dank/wine-git/dlls/dbghelp/dbghelp.dll.so | head CPU: Core Solo / Duo, speed 1667 MHz (estimated) Counted CPU_CLK_UNHALTED events (Unhalted clock cycles) with a unit mask of 0x00 (Unhalted core cycles) count 100000 samples % symbol name 120674 74.2111 module_get_container 35063 21.5628 module_find_by_addr 1805 1.1100 symt_get_info 1692 1.0405 SymGetTypeInfo
Winedbg is unusably slow on this app, so anybody who wants to speed this up, please give it a shot.