Lines Matching refs:GC
729 Obtains all system GC statistics.
737 | [GcStats](#gcstats12) | System GC statistics.|
756 Obtains the specified system GC statistics based on parameters.
764 | item | string | Yes | Item of the GC statistics to be obtained.|
768 | ark.gc.gc-count | Count of GC of the calling thread. |
769 | ark.gc.gc-time | GC time triggered by the calling thread, in milliseconds.|
771 | ark.gc.gc-bytes-freed | Memory freed by the GC of the calling thread, in bytes.|
912 Key-value pair format used to store GC statistics. This type is not multi-thread safe. If a **GcSta…
924 | ark.gc.gc-count | number | Count of GC of the calling thread.|
925 | ark.gc.gc-time | number | GC time triggered by the calling thread, in milliseconds.|
927 | ark.gc.gc-bytes-freed | number | Memory freed by the GC of the calling thread, in bytes.|