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
2
votes
0 answers

Why does the dotTrace profiler cause my AspDotNetStorefront website to throw a server error?

Our company has an ASP.NET ecommerce site based on AspDotNetStorefront which has been in production for about six months. We are trying to profile it with dotTrace on my development machine. dotTrace causes .NET to throw an error when loading the…
2
votes
1 answer

Where to find dotTrace after installation on Windows 8.1 Pro

I have installed JetBrains dotTrace ( https://www.jetbrains.com/profiler/ ) on Windows 8.1 Pro. Installation has been completed successfully. Now how to open dotTrace interface? I did search in Start Menu but couldn't find. I searched by "dottrace"…
Sukhjeevan
  • 3,074
  • 9
  • 46
  • 89
2
votes
2 answers

C# service performance issue with Json.NET and GC Wait

I have a windows service that do some business work. I profile it with dotTrace to find performance issue and have a picture like this: GC Wait 88% It seems strange that GC Wait take 88% time, so I get closed look at some small interval and…
Mikel
  • 157
  • 9
2
votes
2 answers

JetBrains dotTrace unable to trace remote after local client unexpected restart

I've been successfully using dotTrace for a while, but surprisingly this is the first time this has happened: I was using dotTrace to trace a remote server for about half an hour, when my local machine (performing/collecting the trace data)…
Synctrex
  • 811
  • 1
  • 11
  • 19
2
votes
1 answer

Monitoring Code/Method-level Statistics using AppDynamics

I am now working on Performance Testing of a Java Application that runs on GlassFish Server 4.1. After going through some statistics that I got from AppDynamics tool, I find that there is no possibility for me to drill down to code/method level…
2
votes
1 answer

dotTrace Shows Lots of Unaccounted for Time in PipelineRuntime.ProcessRequestNotification

I'm using dotTrace to profile a WCF .Net web application written in C# and running on an IIS server. One entry shows 7.77 seconds spent in PipelineRuntime.ProcessRequestNotification, with the following child processes 0.03 seconds in…
Dan Forbes
  • 2,734
  • 3
  • 30
  • 60
2
votes
1 answer

Unrecognized FaultException when Connecting to RemoteAgent

How can I troubleshoot the following error message in the dotTrace Profiler Configuration dialog? Unrecognized FaultException: code Receiver, prefix Server was unable to process request. ---> Unable to open f I have a RemoteAgent configured and…
MisterJames
  • 3,306
  • 1
  • 30
  • 48
2
votes
2 answers

How to get dotTrace to profile memory for a web app in IIS Express 8?

dotTrace Memory 3.5 seems to support profiling a web application using IIS or WebDev, but not IIS Express. Is this correct? If not, how do you get dotTrace to profile a 64 bit web application in IIS Express 8? It's not an option to run the web…
Kit
  • 20,354
  • 4
  • 60
  • 103
2
votes
0 answers

Using dotTrace with a 2005 web app

I am trying to run dotTrace 3.1 against a 2005 project using the ASP.NET Development Server option. The settings I am using are: ASP.NET Development Server - checked Path to web-server root: c:\projects\fooProject Virtual path on server:…
blu
  • 12,905
  • 20
  • 70
  • 106
2
votes
1 answer

What does ClassName.ctor>b__11 stand for in dotTrace Profiler?

While using dotTrace profiler I am getting a lots of calls to NamespaceName.ClassName.ctor>b__11 (When I used Equatec profiler on my application I got similar results with the mysterious function being called NamespaceName.ClassName.b__11 ). I…
Nickolay Kondratyev
  • 4,959
  • 4
  • 25
  • 43
2
votes
4 answers

JetBrains dotTrace, is it possible to profile source code line by line? else I need another tool

I am using JetBrains dotTrace, I've profiled my app which is entirely CPU bound. But the results as you walk down the tree don't sum to the level above in the tree, I only see method calls not the body lines of the node in questions method. Is it…
m3ntat
  • 3,635
  • 11
  • 38
  • 50
1
vote
0 answers

Performance Web Test + dotTrace

I've tried to figure out if there is a way to tell dotTrace to perform a profile analysis based on a performance test project. Or run this test while dotTrace is monitoring the project (running in a Web Development server). So far I didn't find any…
1
vote
0 answers

Get line by line execution time .Net profiler

I set up a unit test to see how a method is performing, then I ran the method with dotTrace profiler trying different modes. It gives me a very detailed report but I can't find anywhere the execution time of each line of code within the method. Is…
s.demuro
  • 399
  • 2
  • 15
1
vote
3 answers

dotTrace API profiling not saving snapshots

I am trying to profile a method using the JetBrains Profiler API (JetBrains.Profiler.Api 1.1.8). The workflow is: launch application get application to a point where I want to profile launch dotTrace and start it with the following settings the…
Xss
  • 211
  • 1
  • 12
1
vote
0 answers

JetBrains DotTrace

I have setup the dotTrace for the website hosted in IIS server. When JetBrains dotTrace starts, the IIS website running fine and the profile starts. After the completing profile, the IIS website is not loading and it seems locked by the dotTrace.…
Afsal_KC
  • 11
  • 1