setTime method
set time to calculate performance
Implementation
void setTime([int? n]){
times[ n ?? 0 ] = DateTime.now().millisecondsSinceEpoch;
}
set time to calculate performance
void setTime([int? n]){
times[ n ?? 0 ] = DateTime.now().millisecondsSinceEpoch;
}