Add new statistics
authorkhizmax <libcds.dev@gmail.com>
Fri, 6 Feb 2015 21:03:59 +0000 (00:03 +0300)
committerkhizmax <libcds.dev@gmail.com>
Fri, 6 Feb 2015 21:03:59 +0000 (00:03 +0300)
tests/unit/print_bronsonavltree_stat.h

index 82831c9f40f6b519b9d4dbd12730079866d17cac..3c8eea19a8ef36e1a57ab2135687630bcdcc2d6a 100644 (file)
@@ -28,7 +28,13 @@ namespace std {
             << "\t\t          m_nUpdateSuccess: " << s.m_nUpdateSuccess.get()       << "\n"
             << "\t\t         m_nUpdateUnlinked: " << s.m_nUpdateUnlinked.get()      << "\n"
             << "\t\t          m_nDisposedValue: " << s.m_nDisposedValue.get()       << "\n"
-            << "\t\t           m_nDisposedNode: " << s.m_nDisposedNode.get()        << "\n";
+            << "\t\t           m_nDisposedNode: " << s.m_nDisposedNode.get()        << "\n"
+            << "\t\t         m_nExtractedValue: " << s.m_nExtractedValue.get()      << "\n"
+            << "\t\t          m_nRightRotation: " << s.m_nRightRotation.get()       << "\n"
+            << "\t\t           m_nLeftRotation: " << s.m_nLeftRotation.get()        << "\n"
+            << "\t\t      m_nLeftRightRotation: " << s.m_nLeftRightRotation.get()   << "\n"
+            << "\t\t      m_nRightLeftRotation: " << s.m_nRightLeftRotation.get()   << "\n";
+
     }
 } //namespace std