public class PS_HwpcEvent
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getClassName()
Returns the name of the general "class"
of the measurement, one of: "null",
"PAPI", or "perfmon".
|
java.lang.String |
getClassVersion()
Returns the version of the underlying performance software;
returns
null
if the version string is absent in the input XML file. |
long |
getCount()
Returns the count for the occurrance of this event
during the program execution.
|
boolean |
getDerived()
Returns a flag indicating whether this event is a derived event.
|
java.lang.String |
getEventDomain()
Returns the event domain in effect during the measurement;
one of "user", "kernel" or "all";
returns
null
if the domain string is absent in the input XML file. |
java.lang.String |
getName()
Returns the name of this event.
|
java.lang.String |
getType()
Returns the type of this event,
one of "preset" or "native".
|
java.lang.String |
toString()
Returns a string representation of this event.
|
public java.lang.String getName()
public java.lang.String getType()
public boolean getDerived()
public long getCount()
public java.lang.String getClassName()
public java.lang.String getClassVersion()
null
if the version string is absent in the input XML file.public java.lang.String getEventDomain()
null
if the domain string is absent in the input XML file.public java.lang.String toString()
toString
in class java.lang.Object