Simple demonstrations of performance issues. Using these examples will allow practicing performance analyzing tools, such as Systrace, Traceview and more.

PerformanceDemo Simple demonstrations of performance issues. Using these examples will allow practicing performance analyzing tools, such as Systrace, Traceview and more. Perf Demo This is the main app, showing a few
Information
Category: Android / Performance Tools
Watchers: 6
Star: 122
Fork: 13
Last update: May 25, 2023

Related Repos



google Android Lint Performance Probe This is a simple tool to help pinpoint performance bottlenecks in individual Android Lint checks. It uses Java byte code instrumentation to collect and report performance statistics per detector for
 
Popular
5.8k

facebook ReDex: An Android Bytecode Optimizer ReDex is an Android bytecode (dex) optimizer originally developed at Facebook. It provides a framework for reading, writing, and analyzing .dex files, and a set of optimization passes that
 

facebookarchive Profilo: an Android performance library Introduction Profilo is an Android library for collecting performance traces from production builds of an app. Index Getting started Internal architecture Trac
 

vincentcox StaCoAn StaCoAn is a crossplatform tool which aids developers, bugbounty hunters and ethical hackers performing static code analysis on mobile applications*. This tool will look for interesting lines in the code which can
 

hanpfei Library: LeakTracer Homepage: http://www.andreasen.org/LeakTracer/ Maintainer: Frederic GERMAIN Bug reports: https://github.com/fredericgermain/LeakTracer/issues License (library): LGPLv2.1+ License (manual and tools): GPLv2+ General Info
 

twasyl Context It is not an easy task to analyse thread dumps as files generated by the jstack tool provides raw text files. This is why I'm developing JStackFX. Requirements JStackFX requires the latest JDK 8 available on
 

AntonioRedondo AnotherMonitor AnotherMonitor monitors and records the CPU and memory usage of Android devices. Download ready-to-use app The app is released on Google Play: https://play.google.com/store/apps/details?id=org.anoth
 

scouter-project Open Source S/W Application Performance Monitoring SCOUTER is an open source APM and a database monitoring tool. APM means application performance monitoring or application performance management. Monitoring target (curr
 

palaima Android Debug Drawer Faster development with Debug Drawer Features DeviceModule - common information about your device BuildModule - app build information SettingsModule - open Developer, Battery, Default se
 

Udinic PerformanceDemo Simple demonstrations of performance issues. Using these examples will allow practicing performance analyzing tools, such as Systrace, Traceview and more. Perf Demo This is the main app, showing a few
 

ACRA Current Status Build Bintray Maven Central Android Versions License Donations Please take 5 Minutes to
 
Popular
28.5k

square A memory leak detection library for Android and Java.
 

JakeWharton Disk LRU Cache A cache that uses a bounded amount of space on a filesystem. Each cache entry has a string key and a fixed number of values. Each key must match the regex [a-z0-9_-]{1,120}. Values are byte sequences, accessible as