public interface IPerfSchema
Modifier and Type | Method and Description |
---|---|
IPerfActionCallback |
getActionCallback()
This is only valid during data aquisition, not during inspection
|
int |
getCategoryID()
The category id
|
String |
getClassName()
The class where this token originates
|
String |
getCustomDataLayout()
The layout used to render the custom data
|
String |
getFileName()
The File name where this token originates
|
int |
getID()
The schema id
|
int |
getLineNumber()
The line number where this get initialized from
|
String |
getName()
The name of this entry
|
IPerfStats |
getPerfStats()
get current known stats for this schema
|
void |
setPerfStats(IPerfStats ps)
set the perf stats object
|
int getID()
int getCategoryID()
String getName()
String getClassName()
String getFileName()
int getLineNumber()
String getCustomDataLayout()
IPerfActionCallback getActionCallback()
IPerfStats getPerfStats()
void setPerfStats(IPerfStats ps)
ps
-