Searched refs:LoggerRuntime (Results 1 - 6 of 6) sorted by relevance

/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/runtime/
H A DLoggerRuntimeTest.java15 * Unit tests for {@link LoggerRuntime}.
21 return new LoggerRuntime();
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/perf/
H A DInstrumentationSizeSzenario.java16 import org.jacoco.core.runtime.LoggerRuntime;
33 final IRuntime runtime = new LoggerRuntime();
H A DInstrumentationTimeScenario.java17 import org.jacoco.core.runtime.LoggerRuntime;
38 final Instrumenter instr = new Instrumenter(new LoggerRuntime());
H A DExecuteInstrumentedCodeScenario.java18 import org.jacoco.core.runtime.LoggerRuntime;
41 IRuntime runtime = new LoggerRuntime();
/external/jacoco/org.jacoco.core/src/org/jacoco/core/runtime/
H A DLoggerRuntime.java34 public class LoggerRuntime extends AbstractRuntime { class in inherits:AbstractRuntime
47 public LoggerRuntime() { method in class:LoggerRuntime
/external/jacoco/org.jacoco.examples/src/org/jacoco/examples/
H A DCoreTutorial.java27 import org.jacoco.core.runtime.LoggerRuntime;
111 final IRuntime runtime = new LoggerRuntime();

Completed in 594 milliseconds