Comments
Sort by recent activity
What happens when you create a "call graph" centered on theOnPropertyChanged method and the right-click and expand the call stack down? Does it show you further called methods?
(The call graph view can be selected by clicking on the small blue/green/yellow icon that appears to the right of each method when clicked on). / comments
What happens when you create a "call graph" centered on theOnPropertyChanged method and the right-click and expand the call stack down? Does it show you further called methods?
(The call graph view...
Do you get much in the way of a stack trace? / comments
Do you get much in the way of a stack trace?
Just a quick follow-up. If your find an application, which runs fine usually, crashes under profiling- check that you do not have a race condition (occuring near the crash). I have seen several apps crash under profiling but when threads were better synchronized, it worked well. / comments
Just a quick follow-up. If your find an application, which runs fine usually, crashes under profiling- check that you do not have a race condition (occuring near the crash). I have seen several ap...
1. Ensure you are using "CPU time"
2. Ensure you are not selecting "source-code only" options- you will want to see all methods.
3. Use the methods view and call graph view to show further information about methods that are near the "unmanaged/managed border".
If all else fails- save your results, send them to: support@red-gate.com and I'll analyse them.
Hope this helps. / comments
1. Ensure you are using "CPU time"
2. Ensure you are not selecting "source-code only" options- you will want to see all methods.
3. Use the methods view and call graph view to show further informat...
Thanks for bringing this to our attention. Its a good old-fashioned bug. I have assigned it this reference:
SP-2833
I cannot makle any promises about fix tiemscales but we will try to get a private fix out for this if we can (and let you know through this post). / comments
Thanks for bringing this to our attention. Its a good old-fashioned bug. I have assigned it this reference:
SP-2833
I cannot makle any promises about fix tiemscales but we will try to get a private...
Hi there - sounds like you are having a lot of known issues at once.
The negative times are a conseqeunce of very modern instruction pipelining and the effect it has on the algorithm we use to compensate for it. You can get more "real-world" times by de-selecting "Adjust timings to compensate for overhead added by the profiler". I recommend using the "fastest, most accurate" mode of profiling at the same time.
>>>4. In the code view not all lines of code have metrics (might be a compile issue on my side?)
Ensure that the pdb files from the debug build are synchronized with your source cdoe. If some lines are still not getting any timings- this is probably because they are not being run (at least as far as the "selected dataset" goes).
>>>5. after I save results ants still warns me that results are not saved before exiting
Is this reproducible - if so, can you write out the exact wording of the error message pelase (I'll check the source using that literal).
We haven't had a BSOD for over a year so, can I ask, have you had any hardware changes recently as, as far as trouble-shooting goes, that would be my first line of enquiry. / comments
Hi there - sounds like you are having a lot of known issues at once.
The negative times are a conseqeunce of very modern instruction pipelining and the effect it has on the algorithm we use to comp...
We would be extremely grateful to receive a project that reproduces this.
I'll set you up some secure ftp space to upload to if that would help. / comments
We would be extremely grateful to receive a project that reproduces this.
I'll set you up some secure ftp space to upload to if that would help.
If you can get a mini-dump with the exception in it we will gladly analyze it at: support@red-gate.com
(just quote this forum subject) / comments
If you can get a mini-dump with the exception in it we will gladly analyze it at:support@red-gate.com
(just quote this forum subject)
This happens reasonably often and normally means that there's is an out of memory problem (why it doesn't explicitly give OOM I don't know). To check this independently, can you tell me what the total memory usage on the machine at the time of error is (using, for example, Task manager)? / comments
This happens reasonably often and normally means that there's is an out of memory problem (why it doesn't explicitly give OOM I don't know). To check this independently, can you tell me what the to...
We'd have to look at the logs to understand this better. They are here:
%userprofile%\Local Settings\Application Data\Red Gate\ANTS Performance Profiler 5
Usually the quickest way to get up and running is try a different machine (virtual machines work well too) or a even different log-in account. I find that Windows environments (.NET, Visual Studio settings etc) are not 100% stable and the chances are very good that a different environment will help. / comments
We'd have to look at the logs to understand this better. They are here:
%userprofile%\Local Settings\Application Data\Red Gate\ANTS Performance Profiler 5
Usually the quickest way to get up and run...