925 CodeHeapAnalyticsDCmd::CodeHeapAnalyticsDCmd(outputStream* output, bool heap) : |
925 CodeHeapAnalyticsDCmd::CodeHeapAnalyticsDCmd(outputStream* output, bool heap) : |
926 DCmdWithParser(output, heap), |
926 DCmdWithParser(output, heap), |
927 _function("function", "Function to be performed (aggregate, UsedSpace, FreeSpace, MethodCount, MethodSpace, MethodAge, MethodNames, discard", "STRING", false, "all"), |
927 _function("function", "Function to be performed (aggregate, UsedSpace, FreeSpace, MethodCount, MethodSpace, MethodAge, discard", "STRING", false, "all"), |
928 _granularity("granularity", "Detail level - smaller value -> more detail", "STRING", false, "4096") { |
928 _granularity("granularity", "Detail level - smaller value -> more detail", "STRING", false, "4096") { |