Releases: LykaiosNZ/TimeTracer
Releases · LykaiosNZ/TimeTracer
v2.0.0
Breaking Changes
- Replaced various instances of
ElapsedTicks
etc. withElapsedNanoseconds
.
Fixes
- #8 - Systems where the frequency of Stopwatch ticks differs from that of TimeSpan ticks should no longer have incorrect values for
TotalDuration
Changes
- Added
ConsoleTrace
- Writes messages to the console using formatters. - Added
IMetricsFormatter
andIScopeFormatter
and implemented a default for each - Added
ITraceTimer
and implementedStopwatchTraceTimer
- Added debugger display messages for various types
- Improved unit test coverage
v2.0.0 beta 2
Changes
- Improved the
ConsoleTrace
output format.
v2.0.0 beta
Breaking Changes
- Replaced various instances of
ElapsedTicks
etc. withElapsedNanoseconds
.
Fixes
- #8 - Systems where the frequency of Stopwatch ticks differs from that of TimeSpan ticks should no longer have incorrect values for
TotalDuration
Changes
- Added
ConsoleTrace
- Writes messages to the console using formatters. - Added
IMetricsFormatter
andIScopeFormatter
and implemented a default for each - Added
ITraceTimer
and implementedStopwatchTraceTimer
- Added debugger display messages for various types
- Improved unit test coverage