NanoStopWatch ============= .. java:package:: org.motechproject.commons.api :noindex: .. java:type:: public class NanoStopWatch Constructors ------------ NanoStopWatch ^^^^^^^^^^^^^ .. java:constructor:: public NanoStopWatch() :outertype: NanoStopWatch Methods ------- duration ^^^^^^^^ .. java:method:: public long duration() :outertype: NanoStopWatch start ^^^^^ .. java:method:: public NanoStopWatch start() :outertype: NanoStopWatch