Home
last modified time | relevance | path

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

/external/caliper/caliper/src/main/java/com/google/caliper/runner/
DAllocationInstrument.java62 private static final String TRACK_ALLOCATIONS_OPTION = "trackAllocations"; field in AllocationInstrument
112 return ImmutableMap.of(TRACK_ALLOCATIONS_OPTION, options.get(TRACK_ALLOCATIONS_OPTION)); in workerOptions()
153 return ImmutableMap.of(TRACK_ALLOCATIONS_OPTION, options.get(TRACK_ALLOCATIONS_OPTION)); in workerOptions()
170 return ImmutableSet.of(ALLOCATION_AGENT_JAR_OPTION, TRACK_ALLOCATIONS_OPTION); in instrumentOptions()