Java edu.stanford.nlp.util Timing fields, constructors, methods, implement or subclass

Example usage for Java edu.stanford.nlp.util Timing fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for edu.stanford.nlp.util Timing.

The text is from its open source code.

Constructor

Timing()
Constructs new Timing object and starts the timer.

Method

voiddone(String msg)
Give a line saying that something is " done".
voiddone(StringBuilder msg)
voidendDoing()
Finish the line from startDoing with the end of the timing done message and elapsed time in x.y seconds.
voidstartDoing(String str)
Print the start of timing message to stderr and start the timer.
longtick(String str)
Print elapsed time to System.err and restart (static) timer.