Pury icon indicating copy to clipboard operation
Pury copied to clipboard

Android library for measuring time between multiple independent events.

Results 5 Pury issues
Sort by recently updated
recently updated
newest added

[Parallel test execution maxParallelForks](https://docs.gradle.org/current/userguide/performance.html#parallel_test_execution). Gradle can run multiple test cases in parallel by setting `maxParallelForks`. [Disable report generation](https://docs.gradle.org/current/userguide/performance.html#report_generation). We can conditionally disable it by setting `reports.html.required = false; reports.junitXml.required =...

The library doesn't work with Kotlin. There is a similar issue filed in Hugo as well. https://github.com/JakeWharton/hugo/issues/101 This project has two aspects to it, the Pury library itself and the...

What about being able to set min duration in ms for method profiling? This way only slow methods can be logged. It would also be good if you could by...

For annotations, there is default runCounter = 1.

Is it necessary for logging library to use minsdk 15? Or perhaps it could be decreased to lower versions?