diff --git a/README.md b/README.md index a65dc08..59025d5 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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' } ``` @@ -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