Example usage for org.apache.commons.lang3.time StopWatch subclass-usage

List of usage examples for org.apache.commons.lang3.time StopWatch subclass-usage

Introduction

In this page you can find the example usage for org.apache.commons.lang3.time StopWatch subclass-usage.

Usage

From source file AIR.Common.Helpers.StopWatch.java

/**
 * @author temp_rreddy
 * 
 */
public class StopWatch extends org.apache.commons.lang3.time.StopWatch {

From source file com.github.tell.util.process.NamedTimer.java

/**
 * @author Tadanori TERUYA <tadanori.teruya@gmail.com> (2012)
 */
public class NamedTimer extends StopWatch {
    public final String name;