Apply suggestions from code review
This commit is contained in:
Родитель
b760c1d583
Коммит
ef43d93935
|
@ -45,4 +45,4 @@ These events collect information about the type system.
|
|||
These events collect information about tiered compilation.
|
||||
|
||||
[Wait handle events](runtime-wait-handle-events.md)\
|
||||
These events collect information about wait handles. They help to diagnostic thread pool starvations.
|
||||
These events collect information about wait handles. They help to diagnostic thread pool starvations.
|
||||
|
|
|
@ -14,6 +14,7 @@ These runtime events capture information about wait handles. They can be useful
|
|||
## WaitHandleWaitStart event
|
||||
|
||||
This event is emitted at the start of a wait operation on a wait handle. Here is a non-exhaustive list of managed method that could emit this event:
|
||||
|
||||
- `Monitor.Wait`
|
||||
- `Monitor.Enter` or the C# lock keyword
|
||||
- `ManualResetEvent.WaitOne`
|
||||
|
@ -51,4 +52,4 @@ The following table shows event information.
|
|||
|
||||
|Field name|Data type|Description|
|
||||
|----------------|---------------|-----------------|
|
||||
|`ClrInstanceID`|`win:UInt16`|Unique ID for the instance of CoreCLR.|
|
||||
|`ClrInstanceID`|`win:UInt16`|Unique ID for the instance of CoreCLR.|
|
||||
|
|
Загрузка…
Ссылка в новой задаче