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)
Kirill Ponimash
commented,
August 19, 2024 12:54
Sure, something went wrong in your case, there must be ##dotTrace["connected"] message when profiler finished attaching procedure and ##dotTrace["started"] when collection is actually started.For t...
Community
dotTrace discussions
Are there any system logs available to confirm why "no snapshots collected" in linux?
0 votes
Kirill Ponimash
commented,
August 16, 2024 14:14
I think your problem is quite different since it's related to Ctrl-C.The problem with Ctrl-C on Linux is that both processes will receive the signal and a profiled application will exit (default be...
Community
dotTrace discussions
Are there any system logs available to confirm why "no snapshots collected" in linux?
0 votes
Kirill Ponimash
commented,
June 29, 2023 13:52
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
Kirill Ponimash
commented,
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
Kirill Ponimash
commented,
June 26, 2023 14:42
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
Kirill Ponimash
commented,
June 05, 2023 13:02
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
Kirill Ponimash
commented,
June 02, 2023 14:49
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
Kirill Ponimash
commented,
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
Kirill Ponimash
commented,
January 20, 2023 21:30
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
Kirill Ponimash
commented,
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