[chronojump] ChronoDebug shows the name at PrintResults()



commit df9d1ffd2ef8230a0f95f5a66589acb2bdd9311e
Author: Xavier de Blas <xaviblas gmail com>
Date:   Thu May 20 13:41:36 2021 +0200

    ChronoDebug shows the name at PrintResults()

 src/chronoDebug.cs | 2 ++
 1 file changed, 2 insertions(+)
---
diff --git a/src/chronoDebug.cs b/src/chronoDebug.cs
index 121c620ba..a4ed85c18 100644
--- a/src/chronoDebug.cs
+++ b/src/chronoDebug.cs
@@ -51,6 +51,8 @@ public class ChronoDebug
 
        public ChronoDebug (string name)
        {
+               this.name = name;
+
                list = new List<ChronoDebugAction>();
                sw = new Stopwatch();
        }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]