Mercurial > hg > match-vamp
comparison src/Matcher.h @ 202:b5deca82e074 memory
Stats
author | Chris Cannam |
---|---|
date | Fri, 27 Feb 2015 11:38:04 +0000 |
parents | f415747b151b |
children | 3662865740da |
comparison
equal
deleted
inserted
replaced
201:2fed1f101172 | 202:b5deca82e074 |
---|---|
246 * @param j the frame number of the other Matcher | 246 * @param j the frame number of the other Matcher |
247 * @return the direction from which this position is reached with | 247 * @return the direction from which this position is reached with |
248 * minimum cost | 248 * minimum cost |
249 */ | 249 */ |
250 advance_t getAdvance(int i, int j); | 250 advance_t getAdvance(int i, int j); |
251 | |
252 /** Print some stats about memory consumption etc to stderr. | |
253 */ | |
254 void printStats(); | |
251 | 255 |
252 protected: | 256 protected: |
253 /** Create internal structures and reset. */ | 257 /** Create internal structures and reset. */ |
254 void init(); | 258 void init(); |
255 | 259 |