Package avrora.util.profiling

Examples of avrora.util.profiling.TimedMeasurements$Iterator


        long start;
        long interval;

        Monitor(Simulator s) {
            simulator = s;
            data = new TimedMeasurements();
            start = System.currentTimeMillis();
            interval = (long)(simulator.getMicrocontroller().getHZ() / FREQUENCY.get());
            simulator.insertEvent(new Event(), interval);
        }
View Full Code Here

TOP

Related Classes of avrora.util.profiling.TimedMeasurements$Iterator

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.