Activity overview
Latest activity by luismiguelfilipe
thank you dene.boulton. I will take your option into account.
By reading this link http://www.red-gate.com/supportcenter/C ... to_process
one gets the idea that can profile it with different levels of depth.
Redgate should review the above link, especially the last paragraph If you need to save results for analysis later, attaching ANTS Performance Profiler to a running process means that you can save just the results you need, helping to reduce the size of the results file. This is particularly useful for line-level timings for all methods. / comments
thank you dene.boulton. I will take your option into account.
By reading this linkhttp://www.red-gate.com/supportcenter/C ... to_process
one gets the idea that can profile it with different levels ...
james.billings wrote:
Hi,
The "Attach to process" option is only equivalent to sampling mode. For the more detailed method or line level options, you need to let the profiler start those processes directly.
Thank you for your reply.
I would like to profile an application that is launched by a mobile via terminal server.
As far as I can see there is no way for the profiler to launch it.
Out of curiosity, there is only the sampling mode available by design or is it a limitation?
Furthermore, I believe the application could warn the user that by choosing "Attach to Process" it will be profiled in Sampling Mode. / comments
james.billings wrote:
Hi,
The "Attach to process" option is only equivalent to sampling mode. For the more detailed method or line level options, you need to let the profiler start those process...
Attach to .NET4 process gives no relevant information
I am attaching the Profiler to an already running .NET4 process.
I do some stuff in my application and then i stop the profiler.
When i analyze the data only two methods from my application show up...