public class PS_HwpcProfileReport extends PS_Report
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAnnotation()
Returns the string that was set by the user as
a PerfSuite "annotation" element when this profile report
was generated from the original HWPC report.
|
java.util.Date |
getDate()
Returns the date and time when this profile report was generated
from the original HWPC report.
|
java.lang.String |
getDomainName()
Returns the domain name of the machine where this profile report
was generated from the original HWPC report.
|
ExecutionInfo |
getExecutionInfo()
Returns an
ExecutionInfo object containing
the information related to the execution of this process/thread,
such as hostname, user name, command name, CPU time consumed,
and the time when the XML file was created. |
java.lang.String |
getHostName()
Returns the name of the machine where this profile report was generated
from the original HWPC report.
|
MachineInfo |
getMachineInfo()
Returns a
MachineInfo object containing
the information of the system, such as the number of
CPUs, the size of total memory, and the system page size. |
java.util.List<PS_HwpcProfile> |
getProfiles()
Returns a
List<PS_HwpcProfile> object
containing the information of the profiles obtained. |
java.lang.String |
getUserName()
Returns the name of the user who generated this profile report
from the original HWPC report.
|
float |
getWallSecs()
Returns the wall clock time of this execution, in seconds.
|
java.lang.String |
toString()
Returns a string representation of this hwpc profile report.
|
getGenerator, getVersion, getXmlBuf, newInstance, newInstance, newInstance, newInstanceGenXML, setXmlBuf
public java.lang.String toString()
public java.util.Date getDate()
public java.lang.String getHostName()
public java.lang.String getDomainName()
public java.lang.String getUserName()
public java.lang.String getAnnotation()
public ExecutionInfo getExecutionInfo()
ExecutionInfo
object containing
the information related to the execution of this process/thread,
such as hostname, user name, command name, CPU time consumed,
and the time when the XML file was created.public MachineInfo getMachineInfo()
MachineInfo
object containing
the information of the system, such as the number of
CPUs, the size of total memory, and the system page size.public float getWallSecs()
public java.util.List<PS_HwpcProfile> getProfiles()
List<PS_HwpcProfile>
object
containing the information of the profiles obtained.