You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have tried running some tests with the async-profiler, but it seems that the profile is mainly composed of the compiler and Gradle runtime classes. Can this profiler be used to profile JUnit tests themselves?
The text was updated successfully, but these errors were encountered:
The gradle profiler is made to profile build logic and not junit tests. Therefore it cannot be used for profiling junit tests. you can only profile the build logic part of running those tests
I have tried running some tests with the async-profiler, but it seems that the profile is mainly composed of the compiler and Gradle runtime classes. Can this profiler be used to profile JUnit tests themselves?
The text was updated successfully, but these errors were encountered: