Is it possible to trace a single method with dotTrace?

41 views Asked by At

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?

.NET7 WPF app

1

There are 1 answers

1
Boppity Bop On BEST ANSWER

It is possible. You add filters with desired method names - see the picture enter image description here