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 de
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 p
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 architect
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
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 av
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
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 ta
Android Debug Drawer
Faster development with Debug Drawer
Features
DeviceModule - common information about your device
BuildModule - app build information
SettingsModule - open Developer, Battery,
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, show
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, acc