writeField(json, 3, "value", OProfiler.getInstance().getCounter(c));
json.endObject(3);
}
json.endCollection(2, false);
OProfilerEntry pEntry;
json.beginCollection(2, true, "stats");
for (String s : OProfiler.getInstance().getStats()) {
pEntry = OProfiler.getInstance().getStat(s);