C# Class FFImageLoading.Helpers.PlatformPerformance

Inheritance: IPlatformPerformance
Show file Open project: daniel-luberda/FFImageLoading

Public Methods

Method Description
GetCurrentManagedThreadId ( ) : int
GetCurrentSystemThreadId ( ) : int
GetMemoryInfo ( ) : string
PlatformPerformance ( ) : System

Method Details

GetCurrentManagedThreadId() public method

public GetCurrentManagedThreadId ( ) : int
return int

GetCurrentSystemThreadId() public method

public GetCurrentSystemThreadId ( ) : int
return int

GetMemoryInfo() public method

public GetMemoryInfo ( ) : string
return string

PlatformPerformance() public method

public PlatformPerformance ( ) : System
return System