end static method

void end(
  1. String name
)

Implementation

static void end(String name) {
  _endTimes[name] = DateTime.now().microsecondsSinceEpoch;
}