| Tanl Linguistic Pipeline |
Class for timing durations. More...
#include <Timer.h>
Public Member Functions | |
| void | start () |
| Set duration start. | |
| void | stop () |
| void | duration (char *buf, size_t bufSize) |
| Display duration in buffer buf, of length bufSize. | |
Public Attributes | |
| struct timeval l0 | l1 |
Class for timing durations.
| void Tanl::Timer::duration | ( | char * | buf, | |
| size_t | bufSize | |||
| ) | [inline] |
Display duration in buffer buf, of length bufSize.
Referenced by Tanl::Classifier::LBFGS::train().
| void Tanl::Timer::start | ( | ) | [inline] |
Set duration start.
Referenced by Tanl::Classifier::LBFGS::train().