Lines Matching refs:ark

745 hilog.info(0x0000, "testTag", `gc-count: ${vMRuntimeStats['ark.gc.gc-count']}`);
746 hilog.info(0x0000, "testTag", `gc-time: ${vMRuntimeStats['ark.gc.gc-time']}`);
747 hilog.info(0x0000, "testTag", `gc-bytes-allocated: ${vMRuntimeStats['ark.gc.gc-bytes-allocated']}`);
748 hilog.info(0x0000, "testTag", `gc-bytes-freed: ${vMRuntimeStats['ark.gc.gc-bytes-freed']}`);
749 hilog.info(0x0000, "testTag", `fullgc-longtime-count: ${vMRuntimeStats['ark.gc.fullgc-longtime-coun…
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.|
770 | ark.gc.gc-bytes-allocated | Memory size allocated to the Ark VM of the calling thread, in bytes.|
771 | ark.gc.gc-bytes-freed | Memory freed by the GC of the calling thread, in bytes.|
772 | ark.gc.fullgc-longtime-count | Count of long fullGC of the calling thread.|
785 hilog.info(0x0000, "testTag", `gc-count: ${hidebug.getVMRuntimeStat('ark.gc.gc-count')}`);
786 hilog.info(0x0000, "testTag", `gc-time: ${hidebug.getVMRuntimeStat('ark.gc.gc-time')}`);
787 hilog.info(0x0000, "testTag", `gc-bytes-allocated: ${hidebug.getVMRuntimeStat('ark.gc.gc-bytes-allo…
788 hilog.info(0x0000, "testTag", `gc-bytes-freed: ${hidebug.getVMRuntimeStat('ark.gc.gc-bytes-freed')}…
789 hilog.info(0x0000, "testTag", `fullgc-longtime-count: ${hidebug.getVMRuntimeStat('ark.gc.fullgc-lon…
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.|
926 | ark.gc.gc-bytes-allocated | number | Memory size allocated to the Ark VM of the calling thread, i…
927 | ark.gc.gc-bytes-freed | number | Memory freed by the GC of the calling thread, in bytes.|
928 | ark.gc.fullgc-longtime-count | number | Count of long fullGC of the calling thread.|
934 Obtains whether an application process is being debugged. If the ark or native layer of the applica…