Questions tagged [dottrace]

dotTrace is a commercial performance profiler for .NET and .NET Core applications.

dotTrace is a commercial performance profiler for .NET and .NET Core applications. See https://www.jetbrains.com/profiler/

105 questions
0
votes
1 answer

Running Concurrent JetBrains Profiling Sessions

In the dotTrace SDK API, is it possible to run more than one type of profiling at the same time? For example, I would like to run both memory and timeline profiling at the same time instead of twice individually, mainly because I would have to…
Ivanov
  • 37
  • 1
  • 4
0
votes
1 answer

Generate profiling information as part of a .net assembly

Is there a tool that can help me profile .net applications by generating a file and then opening the file with a viewer. I want to be able to deploy my application and it will constantly generate profiling information, then when my issue reoccurs I…
jacob
  • 1,397
  • 1
  • 26
  • 53
0
votes
1 answer

Is it possible to use dotTrace within a virtual machine?

I've been trying to run dotTrace 3.1 on my Windows 7 development machine. However, it turns out that dotTrace 3.1 doesn't work on Windows 7 properly. I've been in a discussion with JetBrains regarding this who confirms that it is a known issue that…
Tomas Vinter
  • 2,690
  • 8
  • 36
  • 45
0
votes
1 answer

Confusing dottrace profiling results

Ok, here goes. Due to performance issues on one of our production servers, I was asked to use the dottrace profiler to see what was going on. The project I am profiling is a application with a lot of WCF services running in IIS. It's a rather…
iCediCe
  • 1,672
  • 1
  • 15
  • 32
0
votes
1 answer

Huge difference in dotTrace and Stopwatch function timings

Profiling performance of a couple functions in my C# application. I was using the .Net Stopwatch to time a function over 20,000 calls. And the timing worked out to around 2.8ms per call. However when using dotTrace in line by line mode I find that…
user2079828
  • 645
  • 1
  • 8
  • 31
0
votes
1 answer

Dottrace Dead vs. Garbage

After reading the dottrace documentation I realized that: Dead objects are objects deleted before the end point of the snapshot. Garbage objects are objects allocated after the starting point and deleted before the end point - in other words,…
Moshe
  • 555
  • 3
  • 14
0
votes
2 answers

How to cache data from repository call

I am working in a multi-layered web application that has ASP.NET MVC as its front-end client. A particular page of this web application is taking a very long time to load. Around 30 seconds. I downloaded dotTrace and ran it on my application…
J86
  • 14,345
  • 47
  • 130
  • 228
0
votes
2 answers

Is it possible to remotely profile Azure Websites using DotTrace?

I have seen a few articles on using DotTrace with Azure Cloud Services, but not Azure Websites. Is it possible? Thanks in advance.
SamJolly
  • 6,347
  • 13
  • 59
  • 125
0
votes
0 answers

Performance Issues dottracer

I just installed dot tracer to monitor a huge self-service kiosk manager app that I wrote and now am working on it's performance issues. The solution consists of nearly 40 different projects which are loaded (depending on the requirements of the…
Arashv
  • 305
  • 4
  • 15
0
votes
2 answers

NHibernate suddenly very slow - inexplicable behaviour

I know this is a popular issue and various solutions have been proposed to others, but mine is slightly different. Firstly it started happening suddenly since two days ago and nothing has changed in the NHibernate layer to explain such a change in…
Nick
  • 2,877
  • 2
  • 33
  • 62
0
votes
1 answer

Can JetBrain's DotTrace Performance Pro 5.3 be used again DiscountASP servers? Anyone with experience with this?

The new DotTrace Performance Pro V5.3 now can connect to remote processes over HTTP, so I should be able to use it against my sites hosted on DiscountASP. Does anyone have experience of this. Hopefully it does work? Thanks,
SamJolly
  • 6,347
  • 13
  • 59
  • 125
0
votes
1 answer

Can you list argument values in a call to dotTrace performance

I have profiled my app in ReSharper and I have one really slow method: . Is there any way I can get a list of arguments passed to that function? I tried line by line profiling but no dice. Is there a way I can insert a trace message that will show…
Justin Dearing
  • 14,270
  • 22
  • 88
  • 161
0
votes
1 answer

Memory profiling

I'm using dotTrace Memory to trying to find out why an application leaks memory. The problem is that the memory usage shown in the snapshot doesn't get anywhere near the memory which is used (private working set in perfmon). Have I configured…
jgauffin
  • 99,844
  • 45
  • 235
  • 372
0
votes
2 answers

Dottrace profiler buttons disabled for remote asp.net application profiling

I am using remote computer debugging for my asp.net application via dottrace . I have set the options as : but when I click Run a new modal is opened but with disabled buttons: I am wondering why those buttons are disabled. How can I profile my…
Rocky Singh
  • 15,128
  • 29
  • 99
  • 146
-1
votes
1 answer

Memory Leak in VB.Net Application, Object held open by Grid?

I have a large, complex Windows Forms app written in VB.Net. Users are experiencing some memory issues and using JetBrains dotTrace Profiler to try and clear a few of these up. There is still something holding some of my objects open. I have a…
Molloch
  • 2,261
  • 4
  • 29
  • 48
1 2 3 4 5 6
7