蚂蚁蚂蚁记录器记录执行时间为所有的目标,他们在时间和图
资 源 简 介
AntStatistics
Description
This ant logger logs execution times for all build targets and displays them at the end of the build. Furthermore executions times of past builds are collected and graphed in a chart.
Configuration
AntStatistics can be configured via ant properties
| Property | Description | Default |
|:-------------|:----------------|:------------|
| antstatistics.history.expire | Number of builds to keep in history | 5 |
| antstatistics.chart.height | Chart image height | 800 |
| antstatistics.chart.width | Chart image width | 600 |
| antstatistics.target.threshold | Threshold for the chart, targets with execution times lower than this will not be included | 200 |
| antstatistics.directory | Directory for AntStatistics to keep its data | antstatistics |
Usage
Variant 1 (assuming AntStatistics and its
文 件 列 表
commons-lang-2.5.jar
de.pellepelster.ant.statistics-0.2.2.jar
jcommon-1.0.16.jar
jfreechart-1.0.13.jar
xstream-1.3.1.jar