type MemorySample = (Timestamp, u64);
A single memory usage sample: (timestamp, memory_bytes). Sorted by timestamp.