endTiming abstract method

void endTiming(
  1. String? name,
  2. int elapsed
)

Ends measurement of execution elapsed time and updates specified counter.

  • name a counter name
  • elapsed execution elapsed time in milliseconds to update the counter.

See Timing.endTiming

Implementation

void endTiming(String? name, int elapsed);