We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a46a20 commit d6411d5Copy full SHA for d6411d5
Framework/PostSharp.Samples.Profiling/README.md
@@ -15,7 +15,7 @@ The aspect measures a few key metrics:
15
method calls `await Task.Delay`, this time is *not* included.
16
17
* *Async Time* is the time between the beginning and the end of a method. For non-async methods, this metric
18
- equals the Thread Time. If a method calls `Thread.Sleep` or `await Task.Delay`, this time is *not* included.
+ equals the Thread Time. If a method calls `Thread.Sleep` or `await Task.Delay`, this time *is* included.
19
20
All the metrics above also include the time spent in children methods.
21
0 commit comments