The new statistics mechanism replaces the old dialog boxes which were displayed when Rogus exited. The new mechanism, if it is enabled, writes statistics to the file Rogus.log in the current directory. The statistics are collected on a per-parser basis, include a time stamp, and include nifty bar graphs or various important things. For Rogus 1.3a, your fooFinder.cp needs to contain a definition of the boolean variable statistics_on:
bool statistics_on = true; // write statistics to the file Rogus.logor
bool statistics_on = false; // do not keep statisticsAs always, if you have any questions or comments, send them to pepellet@mit.edu and/or bdenckla@media.mit.edu.