Android developer portal with tools, libraries, and apps

Show: All / Free / Paid / Demo

Pury is a profiling library for measuring time between multiple independent events. Events can be triggered with one of the annotations or with a method call. All events for a single scenario are united into one report.

Sep 23, 2016

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.

May 11, 2015

Lympha is a library for logging by annotation-triggered method call.

Nov 19, 2019

A real time frames per second measuring library for Android that also shows a color coded metric. This metric is based on percentage of time spent when you have dropped 2 or more frames. If the application spends more than 5% in this state then the color turns yellow, when you have reached the 20% threshold the indicator turns red.

Feb 21, 2016
Advertisement

A kotlin-friendly library in functional programming style with ability to measure elapsed time for: - methods - code blocks - RxJava chains

Also it provides StatsCollector plugin, to store measurements into db, calculate average, median, max and min values. With ability export to CSV file, to make analysis easier.

It has release and debug implementation.

Apr 1, 2019

Annotation triggered library that helps tracking loading times of your app.

Jan 31, 2016

Fast & simple benchmarking framework for Android. Ever had the feeling that certain parts of your code were slow? Now you can prove it (and make sure your refactor worked).

Apr 26, 2015