Searched defs:ahat (Results 1 - 25 of 34) sorted by relevance

12

/art/tools/ahat/test/
H A DNativeAllocationTest.java17 package com.android.ahat;
H A DSortTest.java17 package com.android.ahat;
H A DQueryTest.java17 package com.android.ahat;
H A DTests.java17 package com.android.ahat;
25 "com.android.ahat.InstanceUtilsTest",
26 "com.android.ahat.NativeAllocationTest",
27 "com.android.ahat.PerformanceTest",
28 "com.android.ahat.QueryTest",
29 "com.android.ahat.SortTest",
H A DPerformanceTest.java17 package com.android.ahat;
H A DTestDump.java17 package com.android.ahat;
43 * "ahat.test.dump.hprof", which is expected to be set on the command line.
45 * java -Dahat.test.dump.hprof=test-dump.hprof -jar ahat-tests.jar
50 String hprof = System.getProperty("ahat.test.dump.hprof");
/art/tools/ahat/src/
H A DAhatHandler.java17 package com.android.ahat;
24 * Interface for an ahat page handler.
H A DHelpHandler.java17 package com.android.ahat;
39 HtmlDoc doc = new HtmlDoc(ps, DocString.text("ahat"), DocString.uri("style.css"));
H A DMenu.java17 package com.android.ahat;
H A DAhatHttpHandler.java17 package com.android.ahat;
43 HtmlDoc doc = new HtmlDoc(ps, DocString.text("ahat"), DocString.uri("style.css"));
H A DBitmapHandler.java17 package com.android.ahat;
56 HtmlDoc doc = new HtmlDoc(ps, DocString.text("ahat"), DocString.uri("style.css"));
H A DColumn.java17 package com.android.ahat;
H A DMain.java17 package com.android.ahat;
30 out.println("java -jar ahat.jar [-p port] FILE");
71 AhatSnapshot ahat = AhatSnapshot.fromHprof(hprof);
76 server.createContext("/", new AhatHttpHandler(new OverviewHandler(ahat, hprof)));
77 server.createContext("/rooted", new AhatHttpHandler(new RootedHandler(ahat)));
78 server.createContext("/object", new AhatHttpHandler(new ObjectHandler(ahat)));
79 server.createContext("/objects", new AhatHttpHandler(new ObjectsHandler(ahat)));
80 server.createContext("/site", new AhatHttpHandler(new SiteHandler(ahat)));
81 server.createContext("/native", new AhatHttpHandler(new NativeAllocationsHandler(ahat)));
82 server.createContext("/bitmap", new BitmapHandler(ahat));
[all...]
H A DNativeAllocationsHandler.java17 package com.android.ahat;
H A DObjectsHandler.java17 package com.android.ahat;
H A DRootedHandler.java17 package com.android.ahat;
H A DSitePrinter.java17 package com.android.ahat;
H A DStaticHandler.java17 package com.android.ahat;
27 // Handler that returns a static file included in ahat.jar.
45 HtmlDoc doc = new HtmlDoc(ps, DocString.text("ahat"), DocString.uri("style.css"));
H A DValue.java17 package com.android.ahat;
H A DOverviewHandler.java17 package com.android.ahat;
44 DocString.text("ahat version"),
45 DocString.format("ahat-%s", OverviewHandler.class.getPackage().getImplementationVersion()));
H A DQuery.java17 package com.android.ahat;
H A DSiteHandler.java17 package com.android.ahat;
H A DDominatedList.java17 package com.android.ahat;
H A DHeapTable.java17 package com.android.ahat;
H A DSubsetSelector.java17 package com.android.ahat;

Completed in 113 milliseconds

12