Searched refs:statistics (Results 1 - 3 of 3) sorted by relevance

/dalvik/dx/src/com/android/dx/dex/cf/
H A DCfOptions.java45 /** whether to print statistics to stdout at end of compile cycle */
46 public boolean statistics; field in class:CfOptions
H A DCfTranslator.java281 if (cfOptions.statistics) {
296 if (cfOptions.statistics && nonOptRmeth != null) {
350 * Helper that updates the dex statistics.
357 * collect statistics. We have to totally convert both ways,
/dalvik/dx/src/com/android/dx/command/dexer/
H A DMain.java373 if (args.optimize && args.statistics) {
581 if (args.statistics) {
953 /** Whether to print statistics to stdout at end of compile cycle */
954 public boolean statistics; field in class:Main.Arguments
1089 } else if (parser.isArg("--statistics")) {
1090 statistics = true;
1184 cfOptions.statistics = statistics;

Completed in 333 milliseconds