See: Description
| Class | Description |
|---|---|
| V8HeapSpaceStatistics |
The type V8 heap space statistics.
|
| V8HeapStatistics |
The type V8 heap statistics is a collection of V8 heap information.
|
| V8SharedMemoryStatistics |
The type V8 shared memory statistics is a collection of shared per-process V8 memory information.
|
| V8StatisticsFuture<T> |
The type V8 statistics future.
|
Use these classes to inspect V8 heap usage and diagnose memory issues:
V8HeapStatistics - Overall V8 heap memory usage (total size, used size, heap limit, etc.).V8HeapSpaceStatistics - Per-space heap statistics (old space, new space, code space, etc.).V8SharedMemoryStatistics - Shared per-process V8 memory statistics.V8StatisticsFuture - Asynchronous future for collecting statistics from the engine pool daemon.