Xamarin.Forms by Microsoft

<PackageReference Include="Xamarin.Forms" Version="4.5.0.187-pre2" />

.NET API 1,237,616 bytes

 Performance

public class Performance
For internal use by the Xamarin.Forms platform.
public static IPerformanceProvider Provider { get; }

For internal use by the Xamarin.Forms platform.

public Performance()

public static void SetProvider(IPerformanceProvider instance)

For internal use by the Xamarin.Forms platform.

public static void Start(out string reference, string tag = null, string path = null, string member = null)

public static void Start(string reference, string tag = null, string path = null, string member = null)

For internal use by the Xamarin.Forms platform.

public static void Stop(string reference, string tag = null, string path = null, string member = null)

For internal use by the Xamarin.Forms platform.