Author |
Topic |
|
gunvulture
Junior Member
11 Posts |
Posted - Apr 04 2006 : 3:59:56 PM
|
Anyone else getting extremely long display times for the dialog? Not search times - I mean hitting alt-shift-o and waiting on the order of 5-10 seconds for the dialog to show up.
My solution isn't that large - 2 projects, maybe some combined 50k lines . Using VS2005, and it had been open for a long time (days? maybe a little over a week?). Maybe 30 files open in the editor.
It should be noted that I renamed the VS2005 feacp.dll to kill their intellisense since it was so bloody slow, and only rely on VAX's parsing. |
|
feline
Whole Tomato Software
United Kingdom
19022 Posts |
Posted - Apr 04 2006 : 5:19:05 PM
|
you are not the first to report this, but so far we have no idea why this is happening.
how many files do you have in the list? do you have a ball park estimate? in the 15xx builds, when they are made available for beta testing, the OFIW and FSIW dialogs show the total number of entries and filtered number in the title bar, which will help, since we will know how big a list you are looking at. |
zen is the art of being at one with the two'ness |
|
|
jpizzi
Tomato Guru
USA
642 Posts |
Posted - Apr 05 2006 : 12:54:59 AM
|
Reading your post, I can't help but wonder if this might be related to the reported problem of leaking handles. After a while (you mentioned having it opened for a week), the number of handles gets so high that the system responds very slowly. In my experiment, it looks like the amount of stuff you do in the editor (especially change files) is a better indicator of the rate of handle leakage, not the time.
See this thread: http://forum.wholetomato.com/forum/topic.asp?TOPIC_ID=4522
One thing to try is the same operation just after opening up the IDE, with the same number of files open. If this is quick, it could be the leaking handles. |
Joe Pizzi |
Edited by - jpizzi on Apr 05 2006 12:56:27 AM |
|
|
gunvulture
Junior Member
11 Posts |
Posted - Apr 06 2006 : 4:34:20 PM
|
Looks like the handle thing is the issue. If I watch the perf counter for devenv and repeatedly bring up and close the OFIW dialog, the counter goes up ~2 or so handles per open. Usuallly 2, though I have seen 3. Currently I'm at 16663 and its noticibly slow, though not intolerable yet. Closing the project and opening with the same number of files open is around 670.
Just clicking on the open files increases the handle count. Closing the file I clicked on doesn't decrease that count.
Disabling VAX stops this increase.
Good hunting... someone forget to mark a destructor virtual? heh. |
|
|
feline
Whole Tomato Software
United Kingdom
19022 Posts |
Posted - Apr 07 2006 : 6:05:07 PM
|
looks like this should be fixed in the next beta then
case=993
at least restarting the IDE clears the problem, so will function as a workaround.
virtual destructor's? what ever will they think of next |
zen is the art of being at one with the two'ness |
|
|
support
Whole Tomato Software
5566 Posts |
Posted - Jun 19 2006 : 5:45:42 PM
|
Fixed in build 1524:
Eliminated handle leak. (case=993) |
|
|
support
Whole Tomato Software
5566 Posts |
Posted - Dec 16 2011 : 1:56:56 PM
|
Open Files in Solution performance issue is case=19139, and is fixed in build 1862 |
|
|
|
Topic |
|