Package edu.brown.api.results

Examples of edu.brown.api.results.BenchmarkComponentResults


    protected void answerWithError() {
        this.printControlMessage(m_controlState, m_reason);
    }

    protected void answerPoll() {
        BenchmarkComponentResults copy = this.m_txnStats.copy();
        this.m_txnStats.clear(false);
        this.printControlMessage(m_controlState, copy.toJSONString());
    }
View Full Code Here

TOP

Related Classes of edu.brown.api.results.BenchmarkComponentResults

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.