clearSnapshots method

void clearSnapshots()

Clears all memory snapshots

Implementation

void clearSnapshots() {
  _snapshots.clear();
}