Searched defs:unitMap (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/demo/java2d/J2DBench/src/j2dbench/
H A DResult.java208 private static HashMap unitMap; field in class:Result
211 unitMap = new HashMap();
212 unitMap.put("U", new Integer(WORK_UNITS));
213 unitMap.put("M", new Integer(WORK_MILLIONS));
214 unitMap.put("K", new Integer(WORK_THOUSANDS));
215 unitMap.put("A", new Integer(WORK_AUTO));
216 unitMap.put("MU", new Integer(WORK_MILLIONS));
217 unitMap.put("KU", new Integer(WORK_THOUSANDS));
218 unitMap.put("AU", new Integer(WORK_AUTO));
220 unitMap
[all...]

Completed in 32 milliseconds