Add statistics() method to split-list
[libcds.git] / cds / intrusive / split_list_nogc.h
index 28e7124dba2e70c57dd41888abfa548eae9e09a4..7e7b4fa5bacc4023e04c663db6488d4e5eea022d 100644 (file)
@@ -421,6 +421,12 @@ namespace cds { namespace intrusive {
             return m_ItemCounter;
         }
 
+        /// Returns internal statistics
+        stat const& statistics() const
+        {
+            return m_Stat;
+        }
+
     protected:
         //@cond
         template <bool IsConst>