ApplicationMetrics provides interfaces and classes to allow simple logging of metric and instrumentation events from a client application.
ApplicationMetrics includes several implementations of metric logger classes which write metrics and instrumentation information to files, the console, and...
More information
Easy to use library for measuring execution times of code sections:
var execution = ExecutionTimeCounter.Start("SLEEP EXECUTION");
Thread.Sleep(5);
ExecutionTimeCounter.Stop(execution);
var result = ExecutionTimeCounter.ResultsToString();
Console.WriteLine(result);
🎰 Simplistic, atomic, interlocked counter that allows for huge numbers of operations to be performed using a "sharding" style approach to summation, all in .NET Core C#
Animated Counter Control for Xamarin.Forms(Android and iOS) is an extended Label with some awesome features that will make your users more satisfied when they look into their numbers.
Xamarin.Android Binding for BroakenMedia's CharCountTextView, a Twitter style post length counter which can be bound to an EditText and provide callbacks when hitting a max character count.