Is it possible to run line-by-line on a single method not the whole app?
I am running JetBrains dotTrace 2023.3. I need to trace wall-clock per line of a particular method (line-by-line mode).
It is extremely slow. Is there a way to set dotTrace to only measure a single method?
Please sign in to leave a comment.
Yes, you can filter out all unnecessary code.
Look at this help article or look at the screenshot.
https://www.jetbrains.com/help/profiler/Reference__Dialog_Boxes__Add_Edit_Line_by_line_Filter.html
brilliant! thank you!