gradle-doctor icon indicating copy to clipboard operation
gradle-doctor copied to clipboard

Annotation Processor Time does not take in to account overlapping time intervals

Open runningcode opened this issue 5 years ago • 0 comments

We only know the total duration for annotation processor timings so we can't subtract overlapping time intervals like we did for remote cache connection times in #63 . If we knew the start, end times we could subtract out overlapping time intervals to get a better estimate.

We could also use the time printed to the console as the end time for kapt and calculate based on that.

runningcode avatar Apr 19 '20 08:04 runningcode