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 | 当前线程的GC次数。 |
769 | ark.gc.gc-time | 当前线程触发的GC总耗时,以ms为单位。 |
770 | ark.gc.gc-bytes-allocated | 当前线程Ark虚拟机已分配的内存大小,以B为单位。|
771 | ark.gc.gc-bytes-freed | 当前线程GC成功回收的内存,以B为单位。 |
772 | ark.gc.fullgc-longtime-count | 当前线程超长fullGC次数。 |
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 | 当前线程的GC次数。|
925 | ark.gc.gc-time | number | 当前线程触发的GC总耗时,以ms为单位。 |
926 | ark.gc.gc-bytes-allocated | number | 当前线程Ark虚拟机已分配的内存大小,以B为单位。 |
927 | ark.gc.gc-bytes-freed | number | 当前线程GC成功回收的内存,以B为单位。|
928 | ark.gc.fullgc-longtime-count | number | 当前线程超长fullGC次数。 |
934 获取应用进程被调试状态,如果应用进程的ark层或者native层处于被调试状态,则返回true,否则返回false。