Home
last modified time | relevance | path

Searched defs:getExtraCommandLineArgs (Results 1 – 3 of 3) sorted by relevance

/external/caliper/caliper/src/test/java/com/google/caliper/runner/
DAllocationInstrumentTest.java49 @Test public void getExtraCommandLineArgs() throws Exception { in getExtraCommandLineArgs() method in AllocationInstrumentTest
/external/caliper/caliper/src/main/java/com/google/caliper/runner/
DAllocationInstrument.java200 @Override ImmutableSet<String> getExtraCommandLineArgs(VmConfig vmConfig) { in getExtraCommandLineArgs() method in AllocationInstrument
DInstrument.java158 ImmutableSet<String> getExtraCommandLineArgs(VmConfig vmConfig) { in getExtraCommandLineArgs() method in Instrument