Skip to content
This repository has been archived by the owner on Jul 29, 2019. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
bump rev to 0.0.7, double tap overlay to hide
  • Loading branch information
brianPlummer committed Nov 26, 2015
1 parent 18e336e commit 40ed780
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Tiny Dancer

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.
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.

**New** Double tap overlay to hide!

*“Perf Matters ”* - Random Guy at Meetup

Expand All @@ -12,7 +14,7 @@ In your `build.gradle`:

```gradle
dependencies {
debugCompile 'com.github.brianPlummer:tinydancer:0.0.6'
debugCompile 'com.github.brianPlummer:tinydancer:0.0.7'
}
```

Expand Down Expand Up @@ -47,7 +49,7 @@ public class DebugApplication extends Application {
}
```

**You're good to go!** Tiny Dancer will show a small draggable view overlay with FPS as well as a color indicator of when FPS drop.
**You're good to go!** Tiny Dancer will show a small draggable view overlay with FPS as well as a color indicator of when FPS drop. You can double tap the overlay to explicitly hide it.


See sample application that simulates excessive bind time
Expand Down

0 comments on commit 40ed780

Please sign in to comment.