clear method

void clear()

Clear tracing data

Implementation

void clear() {
  _spans.clear();
}