``` var timer= new RecordingStopwatch().Start(); timer.Add("Event1"); timer.Add("Event2"); Console.Outline( timer.ToString() ); var record= timer.Timings.Select(t=> (t.Event, t.SecondsElapse)).ToList(); timer.Stop(); timer.ClearAndStart(); ```
$ dotnet add package TestBase.RecordingStopwatchNo README available.