public class PS_HwpcProfile
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
PS_HwpcEvent |
getHwpcEvent()
Returns the event that was used to do profiling.
|
java.lang.String |
getMapper()
Returns the facility that was used to do source code mapping;
one of "psbfd" and "binutils".
|
java.util.List<org.perfsuite.xml.PS_PModule> |
getModules()
Returns the modules in the profile.
|
java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.util.Map<java.lang.Long,java.lang.Long>>>> |
getNestedModuleMap()
Returns a nested map containing information about the
modules, files, functions, line numbers and number of samples
for the line numbers, in such order.
|
long |
getPeriod()
Returns the period (that is, the sampling rate) of the event.
|
long |
getTotalSamples()
Returns the total number of samples in the profile.
|
java.lang.String |
toString()
Returns a string representation of this profile.
|
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String getMapper()
public PS_HwpcEvent getHwpcEvent()
public long getPeriod()
public long getTotalSamples()
public java.util.List<org.perfsuite.xml.PS_PModule> getModules()
public java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.util.Map<java.lang.Long,java.lang.Long>>>> getNestedModuleMap()