public boolean full() {
   return timeStore.full() || nanoStore.full();
 }