diff src/Matcher.h @ 202:b5deca82e074 memory

Stats
author Chris Cannam
date Fri, 27 Feb 2015 11:38:04 +0000
parents f415747b151b
children 3662865740da
line wrap: on
line diff
--- a/src/Matcher.h	Fri Feb 27 10:44:13 2015 +0000
+++ b/src/Matcher.h	Fri Feb 27 11:38:04 2015 +0000
@@ -248,6 +248,10 @@
      *  minimum cost
      */
     advance_t getAdvance(int i, int j);
+
+    /** Print some stats about memory consumption etc to stderr.
+     */
+    void printStats();
     
 protected:
     /** Create internal structures and reset. */