| java.lang.Object tide.profiler.ProfilerUtils
ProfilerUtils | final public class ProfilerUtils (Code) | | |
hatServerProcessStartWithName | final public static String hatServerProcessStartWithName(Code) | | |
analyseProfilerResultWithJHatTool | public static void analyseProfilerResultWithJHatTool(File f, File baseLine) throws Exception(Code) | | To detect memory leaks, look at the histogram at "http://localhost:7000/histo" and look at the reference to the objects.
Parameters: baseLine - pass null if no baseline (reference). |
dumpToFileWithJMap | public static File dumpToFileWithJMap(ProcessItem pi, File forbidden)(Code) | | only since 1.6. Dumps to file with jmap.
A file is asked to the user and returned on success.
This is a long process (if the running app uses a lot memory) and produces *big* fat ugly files.
Please call this from a non EDT thread.
Parameters: forbidden - if non null, avoids choose that file again. Pass the choosen jmap dump baseline if any. |
|
|