Home
last modified time | relevance | path

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

/libcore/metrictests/memory/host/src/libcore/heapmetrics/
DMetricsRunner.java43 private final String timestampedLabel; field in MetricsRunner
61 this.timestampedLabel = "LibcoreHeapMetricsTest-" + getCurrentTimeIso8601(); in MetricsRunner()
120 String relativeDirectoryName = String.format("%s-%s", timestampedLabel, action); in runAllInstrumentations()