@Override
 public int compare(VisorGgfsProfilerEntry a, VisorGgfsProfilerEntry b) {
   return Long.compare(a.timestamp, b.timestamp);
 }