Package com.tagtraum.perf.gcviewer.model.AbstractGCEvent

Examples of com.tagtraum.perf.gcviewer.model.AbstractGCEvent.Type


            if (LOG.isLoggable(Level.INFO)) LOG.info("Reading done.");
        }
    }

    private Type findType(final int typeOfGC, final float details) {
        final Type type;
        switch (typeOfGC) {
            case 1:
                if (details == 0) {
                    type = Type.GC;
                    break;
View Full Code Here

TOP

Related Classes of com.tagtraum.perf.gcviewer.model.AbstractGCEvent.Type

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.