Home
last modified time | relevance | path

Searched refs:ALLOCATION_AGENT_JAR_OPTION (Results 1 – 1 of 1) sorted by relevance

/external/caliper/caliper/src/main/java/com/google/caliper/runner/
DAllocationInstrument.java57 private static final String ALLOCATION_AGENT_JAR_OPTION = "allocationAgentJar"; field in AllocationInstrument
170 return ImmutableSet.of(ALLOCATION_AGENT_JAR_OPTION, TRACK_ALLOCATIONS_OPTION); in instrumentOptions()
201 String agentJar = options.get(ALLOCATION_AGENT_JAR_OPTION); in getExtraCommandLineArgs()