You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Meter - is a simple micro-benchmarking tool for Android (and Java) projects. This is not a profiler, this is very small utility class that designed for making benchmarking easy. Nothing more. Alternative to Android Jetpack Benchmark.
An android library to measure code execution time. No need to remove the measurement code, automatically becomes no-op in the release variants. Does not compromise with the code readability and comes with features that enhance the developer experience.
made for FIRST FRC, this program aims to enable the creation, design, and export of measurements for the software made for the 15 second autonomous period every match begins with. This program also aims to allow users to enhance their pre-match planning at events while acting as coaches.
IndianGold is not just another weight conversion tool. It is focussed at converting some local indian weight units such as ratti, tola, bhori, etc. in addition to standard units. It has a simple convenient user interface which converts to multiple units with press of tab or enter key. All converted units are displayed at once so that user don't …