marf.Stats
Class StatsCollector

java.lang.Object
  |
  +--marf.Stats.StatsCollector

public class StatsCollector
extends java.lang.Object

TODO: Implement. Ideally we'd want to measure how long it takes for a particular module to do the thing. How long it takes to run whole pipeline. How many features... Amount of noise and silence removed... ... $Id: StatsCollector.java,v 1.5 2005/06/01 19:30:41 mokhov Exp $

Since:
0.0.1
Version:
$Revision: 1.5 $
Author:
Serguei Mokhov

Constructor Summary
StatsCollector()
           
 
Method Summary
static java.lang.String getRevision()
          Returns source code revision information.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StatsCollector

public StatsCollector()
Method Detail

getRevision

public static java.lang.String getRevision()
Returns source code revision information.

Returns:
revision string
Since:
0.3.0