Skip to content

Commit d6411d5

Browse files
committed
Profiling: fixed typo.
1 parent 4a46a20 commit d6411d5

File tree

1 file changed

+1
-1
lines changed
  • Framework/PostSharp.Samples.Profiling

1 file changed

+1
-1
lines changed

Framework/PostSharp.Samples.Profiling/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The aspect measures a few key metrics:
1515
method calls `await Task.Delay`, this time is *not* included.
1616

1717
* *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.
18+
equals the Thread Time. If a method calls `Thread.Sleep` or `await Task.Delay`, this time *is* included.
1919

2020
All the metrics above also include the time spent in children methods.
2121

0 commit comments

Comments
 (0)