public class PerformanceTracker extends Object
Modifier and Type | Class and Description |
---|---|
static class |
PerformanceTracker.Stats |
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.ImmutableMap<String,Integer> |
getCodeSizeRecord() |
com.google.common.collect.ImmutableList<PerformanceTracker.Stats> |
getLog() |
com.google.common.collect.ImmutableMap<String,Long> |
getRuntimeRecord() |
com.google.common.collect.ImmutableMap<String,PerformanceTracker.Stats> |
getStats() |
com.google.common.collect.ImmutableMap<String,Integer> |
getZippedCodeSizeRecord() |
public com.google.common.collect.ImmutableMap<String,PerformanceTracker.Stats> getStats()
public com.google.common.collect.ImmutableList<PerformanceTracker.Stats> getLog()