Add statistics() method to split-list
[libcds.git] / cds / intrusive / split_list.h
index 87cabecca0288d55f2b2d53319867b3401a57241..687401de386c73386491c62f7bfe8f4064113393 100644 (file)
@@ -1010,6 +1010,12 @@ namespace cds { namespace intrusive {
             }
         }
 
+        /// Returns internal statistics
+        stat const& statistics() const
+        {
+            return m_Stat;
+        }
+
     protected:
         //@cond
         template <bool IsConst>