static class ProfilerSystem.LocatedInfo extends Object implements ProfileLocationInfo
Modifier and Type | Field and Description |
---|---|
private it.unimi.dsi.fastutil.objects.Object2LongOpenHashMap<String> |
counts |
private long |
time |
private long |
visits |
Modifier | Constructor and Description |
---|---|
private |
LocatedInfo() |
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.
|
private long time
private long visits
private it.unimi.dsi.fastutil.objects.Object2LongOpenHashMap<String> counts
public long getTotalTime()
getTotalTime
in interface ProfileLocationInfo
public long getVisitCount()
getVisitCount
in interface ProfileLocationInfo
public it.unimi.dsi.fastutil.objects.Object2LongMap<String> getCounts()
getCounts
in interface ProfileLocationInfo