clear static method

void clear()

Clears all recorded traces.

Implementation

static void clear() {
  _traces.clear();
}