timer-test.cc File Reference
#include "base/timer.h"
#include "base/kaldi-common.h"
#include "base/kaldi-utils.h"
Include dependency graph for timer-test.cc:

Go to the source code of this file.

Namespaces

 kaldi
 This code computes Goodness of Pronunciation (GOP) and extracts phone-level pronunciation feature for mispronunciations detection tasks, the reference:
 

Functions

void TimerTest ()
 
int main ()
 

Function Documentation

◆ main()

int main ( )

Definition at line 42 of file timer-test.cc.

References rnnlm::i, and kaldi::TimerTest().

42  {
43  for (int i = 0; i < 4; i++)
45 }
void TimerTest()
Definition: timer-test.cc:28