Method | Description | |
---|---|---|
getGCHeapSize ( ) : long | ||
getGCUsedSize ( ) : long | ||
getNativeHeapSizeAndroid ( ) : long | ||
getNativeUsedSizeAndroid ( ) : long | ||
getSysGCTotal ( ) : long | ||
getThreadCpuUsageInNanoAndroid ( ) : long | ||
getThreadCpuUsageInSecAndroid ( ) : float |
Method | Description | |
---|---|---|
mono_gc_get_heap_size ( ) : long | ||
mono_gc_get_used_size ( ) : long |
public static getNativeHeapSizeAndroid ( ) : long | ||
return | long |
public static getNativeUsedSizeAndroid ( ) : long | ||
return | long |
public static getThreadCpuUsageInNanoAndroid ( ) : long | ||
return | long |
public static getThreadCpuUsageInSecAndroid ( ) : float | ||
return | float |