首页 > 其他 > 详细

Gradle Goodness: Profiling Information

时间:2014-12-27 20:09:57      阅读:341      评论:0      收藏:0      [点我收藏+]

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

原文:http://www.cnblogs.com/GoAhead/p/4189067.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!