pub const V8JS_GC_DURATION: &str = "v8js.gc.duration";
Expand description
§Description
Garbage collection duration.
The values can be retrieve from perf_hooks.PerformanceObserver(...).observe({ entryTypes: ['gc'] })
§Metadata
Instrument: | histogram |
Unit: | s |
Status: | Experimental |
§Attributes
Name | Requirement |
---|---|
crate::attribute::V8JS_GC_TYPE | Required |