File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
docs/fundamentals/diagnostics Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -234,8 +234,8 @@ The following table shows the event information:
234234| ` MethodNameSpace ` | ` win:UnicodeString ` | Full namespace name associated with the method.|
235235| ` MethodName ` | ` win:UnicodeString ` | Full class name associated with the method.|
236236| ` MethodSignature ` | ` win:UnicodeString ` | Signature of the method (comma-separated list of type names).|
237- | ` ReJITID ` | ` win:UInt64 ` | ReJIT ID of the method.|
238237| ` ClrInstanceID ` | ` win:UInt16 ` | Unique ID for the instance of CoreCLR.|
238+ | ` ReJITID ` | ` win:UInt64 ` | ReJIT ID of the method.|
239239
240240## MethodJittingStarted_V1 event
241241
@@ -374,7 +374,7 @@ The following table shows the keyword and level:
374374| ` MethodID ` | ` win:UInt64 ` | Unique identifier of a method.|
375375| ` ReJITID ` | ` win:UInt64 ` | The ReJIT ID of the method.|
376376| ` MethodExtent ` | ` win:UInt8 ` | The extent for the jitted method.|
377- | ` CountOfMapEntries ` | ` win:UInt8 ` | Number of map entries|
377+ | ` CountOfMapEntries ` | ` win:UInt16 ` | Number of map entries|
378378| ` ILOffsets ` | ` win:UInt32 ` | The IL offset.|
379379| ` NativeOffsets ` | ` win:UInt32 ` | The native code offset.|
380380| ` ClrInstanceID ` | ` win:UInt16 ` | Unique ID for the instance of CoreCLR.|
You can’t perform that action at this time.
0 commit comments