Home
.NET Tools Support | JetBrains
Contact Support
Community
Sign in
Konstantin Katsnelson
Total activity
355
Last activity
December 01, 2021 18:34
Member since
January 12, 2016 17:39
Following
0 users
Followed by
0 users
Votes
4
Subscriptions
138
Activity overview
Posts (0)
Comments (208)
Sort by recent activity
Recent activity
Votes
Created
November 08, 2016 14:41
Hi, High values of native or optimized code is a normal situation in some cases. Did you try to find your methods in the snapshot via search (Ctrl+F)? And could you please try to profile these un...
Community
dotTrace discussions
Most of trace code in [native or optimized]
0 votes
Created
October 27, 2016 16:05
Hmm, it's strange. Are there any issues if you just run unit tests from ReSharper's UT runner?
Community
dotTrace discussions
Profiling Unit Tests does not work (Failed to verify x64 COM object registration)
0 votes
Created
October 21, 2016 17:34
Official comment
Hi, Could you please try to reboot your machine, install all updates for Windows and check if the issue persists?
Community
dotTrace discussions
Profiling Unit Tests does not work (Failed to verify x64 COM object registration)
0 votes
Edited
October 04, 2016 16:27
Hi! I think you can use Subsystems in your case: https://www.jetbrains.com/help/profiler/2016.2/Studying_Profiling_Results__Subsystems.html
Community
dotTrace discussions
Filtering by method name
0 votes
Created
September 20, 2016 18:14
Hi Jeff, Currently dotTrace doesn't officially support profiling of .NET Core applications because of some issues in .NET Core. But you can try to profile your ASP.NET Core app as described in th...
Community
dotTrace discussions
Does dotTrace work with ASP.NET Core apps?
0 votes
Created
August 22, 2016 17:44
Hi Keith, Yes, it is possible. You can use our console profiler tool ( https://www.jetbrains.com/help/profiler/2016.2/Performance_Profiling__Profiling_Using_the_Command_Line.html ) or you can jus...
Community
dotTrace discussions
Running dotTrace at customer site...
0 votes
Created
August 11, 2016 18:24
Hi Eric, Could you please start dotTrace with /LogLevel=Trace /LogFile="c:\temp\123.log" parameters (like %localappdata%\JetBrains\Installations\dotTrace05\dotTrace64.exe /LogLevel=Trace /LogFile="...
Community
dotTrace discussions
DotTrace crashes when starting with line by line
0 votes
Created
June 28, 2016 23:08
Hi Brandon, Could you please clear %localappdata%\Temp\JetLogs and %windir%\Temp\JetLogs folders, reproduce the issue and then create a support ticket ("Submit a request" button in the upper righ...
Community
dotTrace discussions
Can't start ETW collector.
0 votes
Created
June 27, 2016 18:43
Hi Weston, I think you can use Subsystems for that. Please see https://www.jetbrains.com/help/profiler/2016.1/Studying_Profiling_Results__Subsystems.html and https://www.jetbrains.com/help/profil...
Community
dotTrace discussions
Filtering by method name
0 votes
Created
June 23, 2016 19:51
Peter, You can't see that 2 seconds are spent in DoSomethingElseAsync() method because all Task.Delay() calls are executed on the same thread with the same call tree, one after another. And these c...
Community
dotTrace discussions
Profiling async await?
0 votes
«
First
‹
Previous
Next
›
Last
»