Searched defs:statistics (Results 1 - 2 of 2) 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
/dalvik/dx/src/com/android/dx/command/dexer/
H A DMain.java369 if (args.optimize && args.statistics) {
577 if (args.statistics) {
945 /** Whether to print statistics to stdout at end of compile cycle */
946 public boolean statistics; field in class:Main.Arguments
1081 } else if (parser.isArg("--statistics")) {
1082 statistics = true;
1174 cfOptions.statistics = statistics;

Completed in 51 milliseconds