Activity overview
Latest activity by scruffyduck
Robert wrote:
Something you might want to try, if you haven't already, is setting a filter on which methods you're profiling. If you limit yourself to only methods in the namespace(s) you're interested in, then hopefully it should mean less overhead.
Hope that helps,
Robert
Thanks Robert I will give that a try also / comments
Robert wrote:
Something you might want to try, if you haven't already, is setting a filter on which methods you're profiling. If you limit yourself to only methods in the namespace(s) you're int...
Thanks Brian
I tried ANTS last year as a demo and did not recall the overhead so was surprised this time. Also my system is creaking which does not help. At least now I know what to expect I can plan accordingly [image] / comments
Thanks Brian
I tried ANTS last year as a demo and did not recall the overhead so was surprised this time. Also my system is creaking which does not help. At least now I know what to expect I can ...
On the good news side - it gives me time to make a cup of coffee [image] and I have managed to halve the load time for the item I was trying to improve [image] / comments
On the good news side - it gives me time to make a cup of coffee and I have managed to halve the load time for the item I was trying to improve
Well I have the problem all over any time there is disk activity. All disk access be it loading or saving is very very slow when ANTS is present
27 seconds to serialize a file that takes a second or so without ANTS / comments
Well I have the problem all over any time there is disk activity. All disk access be it loading or saving is very very slow when ANTS is present
27 seconds to serialize a file that takes a second ...
OK this is proving frustrating. I have taken out the code that refers to the splash screen so that the app is just running it's load routines. It makes no difference to the time variation. It is not doing anything special so why should the presence of ANTS wreck the load times. I have just tested without ANTS and gotten a load time of 14 seconds. Right now with ANTS I am on 500 seconds and counting..... / comments
OK this is proving frustrating. I have taken out the code that refers to the splash screen so that the app is just running it's load routines. It makes no difference to the time variation. It i...
Hi Brian
Thanks for the reply. It is actually one of the methods that are called during the load that I want to optimize.
There are half a dozen things that happen during start up - loading settings, loading a couple of large data files and finally setting up a graphical display (it is a CAD type program) Each element takes longer than it should
I guess I need to turn off the splash-screen to see if that helps / comments
Hi Brian
Thanks for the reply. It is actually one of the methods that are called during the load that I want to optimize.
There are half a dozen things that happen during start up - loading settin...
Performance Issue
I today purchased ANTS 3.1 Standard Edition. I used it to profile the application that I am currently working on and got a bit of a surprise. The load sequence of my app is covered by a splash s...