C# Class UPerfQuery, gl-bits

Show file Open project: mc-gulu/old-bits Class Usage Examples

Public Methods

Method Description
getGCHeapSize ( ) : long
getGCUsedSize ( ) : long
getNativeHeapSizeAndroid ( ) : long
getNativeUsedSizeAndroid ( ) : long
getSysGCTotal ( ) : long
getThreadCpuUsageInNanoAndroid ( ) : long
getThreadCpuUsageInSecAndroid ( ) : float

Private Methods

Method Description
mono_gc_get_heap_size ( ) : long
mono_gc_get_used_size ( ) : long

Method Details

getGCHeapSize() public static method

public static getGCHeapSize ( ) : long
return long

getGCUsedSize() public static method

public static getGCUsedSize ( ) : long
return long

getNativeHeapSizeAndroid() public static method

public static getNativeHeapSizeAndroid ( ) : long
return long

getNativeUsedSizeAndroid() public static method

public static getNativeUsedSizeAndroid ( ) : long
return long

getSysGCTotal() public static method

public static getSysGCTotal ( ) : long
return long

getThreadCpuUsageInNanoAndroid() public static method

public static getThreadCpuUsageInNanoAndroid ( ) : long
return long

getThreadCpuUsageInSecAndroid() public static method

public static getThreadCpuUsageInSecAndroid ( ) : float
return float