Mercurial > pub > ImplabNet
diff Implab.Diagnostics.Interactive/TraceViewItem.cs @ 214:9c32ef39b851 v2
Added the time delta column to the interactive trace listener
author | cin |
---|---|
date | Fri, 14 Apr 2017 15:57:23 +0300 |
parents | d9d794b61bb9 |
children |
line wrap: on
line diff
--- a/Implab.Diagnostics.Interactive/TraceViewItem.cs Tue Apr 11 01:35:18 2017 +0300 +++ b/Implab.Diagnostics.Interactive/TraceViewItem.cs Fri Apr 14 15:57:23 2017 +0300 @@ -9,6 +9,7 @@ string m_formattedValue; public string Message { get; set; } + public int TimeDelta { get; set; } public int Timestamp { get; set; } public int Indent { get; set; } public int Thread { get; set; }