Home
.NET Tools Support | JetBrains
Contact Support
Community
Sign in
Kirill Ponimash
Total activity
16
Last activity
August 19, 2024 12:55
Member since
October 10, 2022 11:11
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
4
Activity overview
Articles (0)
Posts (0)
Comments (12)
Sort by recent activity
Recent activity
Votes
Edited
June 29, 2023 14:42
Hi! You said as windows processes. You mean for each service you have a separate process, don't you? In the snapshot you could see measured data from one process. If the work all microservices do ...
Community
dotTrace discussions
Wait method
0 votes
Created
June 27, 2023 11:36
Hi! Here you also selected a thread filter, so it's hard to compare values from the first screenshot and the last one. But it looks like most time the thread 15076 (including Wait method) wasn't do...
Community
dotTrace discussions
Wait method
0 votes
Edited
June 26, 2023 18:43
Hi! dotTrace displays the time that program has spent in the method. Whether the method used CPU or not depends on the method implementation. However if you are using Timeline profiling type ( http...
Community
dotTrace discussions
Wait method
0 votes
Edited
June 05, 2023 13:23
Have you seen ##dotTrace["connected"], ##dotTrace["started"], ##dotTrace["snapshot-saved"], ##dotTrace["disconnected"] service messages? If you've seen connected - that means profiler is connected...
Community
dotTrace discussions
Are there any system logs available to confirm why "no snapshots collected" in linux?
0 votes
Edited
June 05, 2023 08:14
Hi! If I got it right we are talking about dotTrace clt. dotTrace clt has separate option for taking logs but they usually used analyze issues on our side. In other words I don't think logs will ...
Community
dotTrace discussions
Are there any system logs available to confirm why "no snapshots collected" in linux?
0 votes
Created
January 24, 2023 23:27
About hotspots and how dotTrace can distinguish bottleneck methods: We can divide all methods into "User" and "System" methods. What is a "System" method? The method you have no control at, you can...
Community
dotTrace discussions
"Stack traces without user methods" in a console application
0 votes
Edited
January 29, 2023 14:25
If so, most likely you have seen an expected result. Hotspots view displays the methods that are most likely are the root of the issue: https://www.jetbrains.com/help/profiler/Plain_List.html . For...
Community
dotTrace discussions
"Stack traces without user methods" in a console application
0 votes
Created
January 20, 2023 18:51
Since there is no call tree, selected filters and other necessary data it's hard to say what's wrong here. If you are sure that your methods are under `Stack traces without user methods` you probab...
Community
dotTrace discussions
"Stack traces without user methods" in a console application
0 votes
Edited
October 10, 2022 14:51
At hotspots you can see lock calls (WaitForSingleObject). In call tree you can see these calls above your code if you "unfold" system folding (All Calls). It looks like you need to figure out why i...
Community
dotTrace discussions
Not clear what thread is waiting for
0 votes
Created
October 10, 2022 11:11
You should always look into call tree or hotspot to find where to fix an issue (otherwise how you can find a piece of code where to fix). As for "Activating by" filter, "No Activating Thread" means...
Community
dotTrace discussions
Not clear what thread is waiting for
0 votes
«
First
‹
Previous