* @param handlers .
*/
public synchronized void printSample(RateMethodHandler[] handlers) throws IOException {
RateMethodHandler handler = null;
Accumulator accumulator = null;
long time = System.currentTimeMillis() - context.getStartTimeMs();
long totalMemory = RT.totalMemory(); // was maxMemory
long freeMemory = RT.freeMemory();
print(PREFIX_SAMPLE + TAB);
print(time);