File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -40,6 +40,8 @@ The following counters are published as part of .NET runtime (CoreCLR) and are m
40
40
| :::no-loc text="IL Bytes Jitted"::: (` il-bytes-jitted ` ) | The total size of ILs that are JIT-compiled, in bytes | .NET 5 |
41
41
| :::no-loc text="Methods Jitted Count"::: (` methods-jitted-count ` ) | The number of methods that are JIT-compiled | .NET 5 |
42
42
| :::no-loc text="GC Committed Bytes"::: (` gc-committed ` ) | The number of bytes committed by the GC | .NET 6 |
43
+ | :::no-loc text="Time paused by GC"::: (` total-pause-time-by-gc ` ) | The total amount of time program execution was paused by the GC | .NET 8 |
44
+ | :::no-loc text="Gen 0 GC Budget"::: (` gen-0-gc-budget ` ) | The Gen 0 memory budget | .NET 8 |
43
45
44
46
## Microsoft.AspNetCore.Hosting counters
45
47
You can’t perform that action at this time.
0 commit comments