gradle-doctor
gradle-doctor copied to clipboard
Annotation Processor Time does not take in to account overlapping time intervals
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.