Package com.jitlogic.zorka.core.spy.plugins

Examples of com.jitlogic.zorka.core.spy.plugins.TraceBeginProcessor


     * @param minimumTraceTime minimum trace time
     * @param flags            initial flags
     * @return spy processor object marking new trace
     */
    public SpyProcessor begin(String name, long minimumTraceTime, int flags) {
        return new TraceBeginProcessor(tracer, name, minimumTraceTime * 1000000L, flags, symbolRegistry);
    }
View Full Code Here

TOP

Related Classes of com.jitlogic.zorka.core.spy.plugins.TraceBeginProcessor

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.