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