Home
.NET Tools Support | JetBrains
Contact Support
Community
Sign in
Anna Guseva
Total activity
509
Last activity
January 08, 2026 14:25
Member since
April 15, 2015 10:55
Following
0 users
Followed by
0 users
Votes
3
Subscriptions
185
Activity overview
Articles (8)
Posts (0)
Comments (313)
Sort by recent activity
Recent activity
Votes
Created
October 02, 2017 13:48
Currently, It's not possible to specify time measurement in SelfAttach.Attach parameters. You're welcome to comment or vote for this feature request: https://youtrack.jetbrains.com/issue/PROF-692 P...
Community
dotTrace discussions
dot Trace self attach API - measurement options
0 votes
Created
October 02, 2017 11:53
Currently, CoreCLR doesn't support attach. This feature we be added to dotTrace as soon as Microsoft implement it. You should select IIS profiling to to profile any application hosted on IIS (Home ...
Community
dotTrace discussions
Remote attach asp.net core console app
0 votes
Created
August 29, 2017 11:09
Hello Matthew, Unfortunately, dotTrace can't detect HTTP requests from .NET Core applications for now. This feature will be implemented in future.
Community
dotTrace discussions
Cannot profile asp.net core http web requests on .net core
0 votes
Created
August 24, 2017 12:18
Hello, dotTrace can profile all managed Windows processes started under profiler. Do you need to profile several windows services? You can try to use Windows Service profiling configuration or "any...
Community
dotTrace discussions
Profile a Microservice running on service fabric.
0 votes
Created
July 24, 2017 10:31
Hello Mark, Collecting memory allocation data is not available for already running applications. Therefore, this option is not available when you attach dotMemory to a running process. It's a good ...
Community
dotMemory discussions
Cannot connect to .net service and collect allocation data
0 votes
Created
July 11, 2017 13:21
Hello Nishant, You can try to change core registration type in Expert options. Press Ctrl+Alt+Shift+F11 in configuration window and change Core registration field to: - Registry-free, if you run yo...
Community
dotMemory discussions
Unable to Trace my Desktop application
0 votes
Created
July 03, 2017 11:04
+<>c type means that you have a function closures in program code: https://en.wikipedia.org/wiki/Closure_(computer_programming)
Community
dotMemory discussions
Instance type naming pattern "classname+<>c".
0 votes
Created
June 02, 2017 09:36
Steve, Yes, ASP.NET Core applications are supported by dotMemory, but it should be builded as a managed application ("Compile with .NET Native tool chain" should be disabled). How to profile .NET C...
Community
dotMemory discussions
ASP.NET Core Memory Usage
0 votes
Created
June 01, 2017 12:44
More powerful method is: for (int i = 0; i < 4; i++) { GC.Collect(2, GCCollectionMode.Forced, true); GC.WaitForPendingFinalizers(); } But we can't guarantee that this code will lead t...
Community
dotMemory discussions
Leak disappears on taking snapshot
0 votes
Created
June 01, 2017 11:37
Our profiler calls GC from a native code. When you call GC.Collect() method from your code, it performs the next steps: - Release memory which can be released immediately- Find the objects which ha...
Community
dotMemory discussions
Leak disappears on taking snapshot
0 votes
«
First
‹
Previous
Next
›
Last
»