Added tool to generate application-specific reports from class load profiling data. Generated new profiling data. Deleted old data. Generated new preloaded-classes file.

This commit is contained in:
Bob Lee
2009-09-23 11:21:22 -07:00
parent b06c9a8c8e
commit fcc3ccb976
10 changed files with 1495 additions and 433 deletions

View File

@@ -32,7 +32,7 @@ public class WritePreloadedClassFile {
/**
* Preload any class that take longer to load than MIN_LOAD_TIME_MICROS us.
*/
static final int MIN_LOAD_TIME_MICROS = 1250;
static final int MIN_LOAD_TIME_MICROS = 1000;
public static void main(String[] args) throws IOException,
ClassNotFoundException {