Comments
Sort by recent activity
Hi,
The first thing to make sure of is that you have the right profiling mode selected.
Secondly, if ANTS can't find the pdb files then the method(s) will be counted as methods without source code and therefore not show up with the default filter of 'only showing methods with source'. Make sure that all the files are in the correct place.
There is a checkbox with 'Hide Insignificant methods' which you can uncheck to show any methods that took less than 1% of time with children.
Finally, there are options in Tools > Options that allow you to adjust for inlining of functions, simplifying stack traces and ignoring trivial functions. You can adjust these but they may have a significant impact on the overhead of the profiler.
Stephen / comments
Hi,
The first thing to make sure of is that you have the right profiling mode selected.
Secondly, if ANTS can't find the pdb files then the method(s) will be counted as methods without source code ...
If I'm right, what I think is happening is that you might be running the wrong instance of the standalone .NET Reflector. If you go to Help > About it will tell you if you are running V5 but that's just my guess.
The V6 standalone Reflector will have the Tools > Integration menu.
Stephen / comments
If I'm right, what I think is happening is that you might be running the wrong instance of the standalone .NET Reflector. If you go to Help > About it will tell you if you are running V5 but that's...
There are a couple of ways but if you run the standalone Reflector go to Tools > Integration options and uncheck the option. / comments
There are a couple of ways but if you run the standalone Reflector go to Tools > Integration options and uncheck the option.
The add-in needs to be effectively 'reset' to use the newest build.
All you need to do is run the latest standalone Reflector, go to Tools > Integration options. Simply doing that will be enough to allow the latest Pro add-in to then run.
You may need to have VS shut down first of all in order for it to work.
Once this is done, open your solution, go to the Reflector menu in VS, choose which assemblies you want to debug from your project and then set a break point in your code and step into it.
Stephen / comments
The add-in needs to be effectively 'reset' to use the newest build.
All you need to do is run the latest standalone Reflector, go to Tools > Integration options. Simply doing that will be enough to...
For the benefit of others reading this post:
If you go to the ANTS Profiler directory in program files you will see a file called FixVS2k8 (there's also one for 2005).
Running the .bat file should resolve the issue.
Regards,
Stephen / comments
For the benefit of others reading this post:
If you go to the ANTS Profiler directory in program files you will see a file called FixVS2k8 (there's also one for 2005).
Running the .bat file should ...
Simply click on the 'View' menu and pick millicseconds or seconds / comments
Simply click on the 'View' menu and pick millicseconds or seconds
You can still install a new major version along side your version 4 to test if the latest releases fix the problem/bug and let us know.
Thanks,
Stephen / comments
You can still install a new major version along side your version 4 to test if the latest releases fix the problem/bug and let us know.
Thanks,
Stephen
Hi,
we are working on V6 at the moment and the bug is in the system to be fixed in the next release so it shouldn't take too long to release the fix.
We are releasing early access builds in the ANTS 6 early access forum. I wouldn't like to speak for Andrew here but when this issue is looked into and a fix is applied then it will appear in a build at some point.
Here's the link to the EAP forum for future reference: http://www.red-gate.com/MessageBoard/vi ... .php?f=110
Hope that helps,
Stephen / comments
Hi,
we are working on V6 at the moment and the bug is in the system to be fixed in the next release so it shouldn't take too long to release the fix.
We are releasing early access builds in the ANT...
Are the hit counts the same for that method between the Tree View and the Methods grid? / comments
Are the hit counts the same for that method between the Tree View and the Methods grid?
It's not at the minute in V5 but... I'll post here when there's news.
Stephen / comments
It's not at the minute in V5 but... I'll post here when there's news.
Stephen