Home | History | Annotate | Download | only in src

Lines Matching defs:hprof

58     File hprof = null;
91 if (hprof != null) {
96 hprof = new File(args[i]);
100 if (hprof == null) {
106 // Launch the server before parsing the hprof file so we get
112 System.out.println("Processing hprof file...");
113 AhatSnapshot ahat = AhatSnapshot.fromHprof(hprof, map);
116 System.out.println("Processing baseline hprof file...");
119 System.out.println("Diffing hprof files...");
123 server.createContext("/", new AhatHttpHandler(new OverviewHandler(ahat, hprof, hprofbase)));