Skip to content

Releases: LykaiosNZ/TimeTracer

v2.0.0

08 Jan 09:47
9d112a5
Compare
Choose a tag to compare

Breaking Changes

  • Replaced various instances of ElapsedTicks etc. with ElapsedNanoseconds.

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 and IScopeFormatter and implemented a default for each
  • Added ITraceTimer and implemented StopwatchTraceTimer
  • Added debugger display messages for various types
  • Improved unit test coverage

v2.0.0 beta 2

08 Sep 06:08
Compare
Choose a tag to compare
v2.0.0 beta 2 Pre-release
Pre-release

Changes

  • Improved the ConsoleTrace output format.

v2.0.0 beta

08 Sep 00:45
Compare
Choose a tag to compare
v2.0.0 beta Pre-release
Pre-release

Breaking Changes

  • Replaced various instances of ElapsedTicks etc. with ElapsedNanoseconds.

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 and IScopeFormatter and implemented a default for each
  • Added ITraceTimer and implemented StopwatchTraceTimer
  • Added debugger display messages for various types
  • Improved unit test coverage

v1.0.0

07 Sep 03:17
Compare
Choose a tag to compare

Initial release of TimeTracer.