Skip to content

Very simple tool to check how much you have improved the performance for specific tool

Notifications You must be signed in to change notification settings

simonkarmy/perfoMeter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

PerfoMeter

Very simple tool to check how much you have improved the performance for specific tool

It is very simple to use it.

PerfoMeter.start("cache_big_data")
file.writeBytes(bigString.toByteArray())
PerfoMeter.stopAndPrint("cache_big_data")

//Or optionally if you want it in another unit
PerfoMeter.stopAndPrint("cache_big_data", PerfoUnit.NANO)

Then you will simply find the results in your LogCat

com.yourcompany.app I/PerfoMeter: cache_big_data took 10 ms

By that you can find start/end any job, from any place, with any sequence.

More details can be found here: https://link.medium.com/s2PZCGNQ2U

About

Very simple tool to check how much you have improved the performance for specific tool

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages