If we want to know more about how much time is spent in tasks we can use the --profile command-line option. Gradle will generate a report file in the build/reports/profile directory. This report file is a HTML file with information about how much time is spent by the different tasks and processes of Gradle.
The following report file is for a Gradle project with the Groovy plugin and we invoked $ gradle --profile build:

Gradle Goodness: Profiling Information

相关文章:

  • 2021-11-19
  • 2021-11-16
  • 2021-12-08
  • 2022-01-25
  • 2022-01-04
  • 2021-12-20
  • 2022-03-09
  • 2021-11-17
猜你喜欢
  • 2021-11-04
  • 2021-07-07
  • 2021-11-09
  • 2021-06-01
  • 2021-09-15
  • 2022-01-22
  • 2022-02-15
相关资源
相似解决方案