public interface ProfileLocationInfo
Modifier and Type | Method and Description |
---|---|
it.unimi.dsi.fastutil.objects.Object2LongMap<String> |
getCounts()
Returns a marker to count map indicating the times each marker has been
visited in the profiler location.
|
long |
getTotalTime()
Returns the total time spent visiting the profiler location.
|
long |
getVisitCount()
Returns the number of times the profiler location has been visited.
|
long getTotalTime()
long getVisitCount()
it.unimi.dsi.fastutil.objects.Object2LongMap<String> getCounts()