| Package | Description |
|---|---|
| edu.cmu.sphinx.decoder.search | |
| edu.cmu.sphinx.util |
| Modifier and Type | Field and Description |
|---|---|
protected Timer |
WordPruningBreadthFirstSearchManager.growTimer |
protected Timer |
SimpleBreadthFirstSearchManager.growTimer |
protected Timer |
WordPruningBreadthFirstSearchManager.pruneTimer |
protected Timer |
WordPruningBreadthFirstSearchManager.scoreTimer |
| Modifier and Type | Method and Description |
|---|---|
Timer |
WordPruningBreadthFirstSearchManager.getGrowTimer()
Returns the Timer for growing.
|
Timer |
SimpleBreadthFirstSearchManager.getGrowTimer()
Returns the Timer for growing.
|
| Modifier and Type | Method and Description |
|---|---|
static Timer |
TimerPool.getTimer(java.lang.Object owner,
java.lang.String timerName)
Retrieves (or creates) a timer with the given name
|