public class PS_Module
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getFile()
Returns the name of the file.
|
long |
getNumSamples()
Returns the number of samples in this module.
|
java.lang.String |
getOffset()
Returns the offset into the file.
|
java.util.Map<java.lang.Long,java.lang.Long> |
getSampleMap()
Returns the map of programming counter (PC) value / count pairs.
|
java.lang.String |
toString()
Returns a string representation of this module.
|
public java.lang.String getFile()
public java.lang.String getOffset()
public java.util.Map<java.lang.Long,java.lang.Long> getSampleMap()
public long getNumSamples()
public java.lang.String toString()
toString
in class java.lang.Object