params.put(Profiler.PARAM_PROFILE_CALLERS, showCaller);
}
if (sortMode != null) {
params.put(Profiler.PARAM_SORT_MODE, sortMode);
}
profiler.printProfile(context.out, params);
return 0;
}
});
ch.registerCommand("stacktrace", new BasicCommand("show stack trace", "") {