
Public Member Functions | |
| BottleneckPatternEntryImpl (int tid, int csid, long timestamp, int bpid) | |
| int | getMatchingThreadID () |
| Gets the ID of the matching program thread. | |
| int | getMatchingCallsiteID () |
| Gets the matching callsite on the other thread. | |
| int | getBottleckPatternID () |
| Get the ID of the associated bottleneck pattern. | |
| long | getMatchingTimestamp () |
| void | toOuputStream (DataOutputStream dos) throws IOException |
| void | fromInputStream (DataInput dis) throws IOException |
| void | fromInputStreamForVer0_9 (DataInput dis) throws IOException |
Package Attributes | |
| int | matchingThreadID |
| int | matchingCallsiteID |
| long | matchingTimestamp |
| int | bottleneckPatternID |
| int edu.ufl.hcs.ppw.analysis.adm.BottleneckPatternEntryImpl.getBottleckPatternID | ( | ) |
Get the ID of the associated bottleneck pattern.
Implements edu.ufl.hcs.ppw.analysis.adm.BottleneckPatternEntry.
| int edu.ufl.hcs.ppw.analysis.adm.BottleneckPatternEntryImpl.getMatchingCallsiteID | ( | ) |
Gets the matching callsite on the other thread.
Implements edu.ufl.hcs.ppw.analysis.adm.BottleneckPatternEntry.
| int edu.ufl.hcs.ppw.analysis.adm.BottleneckPatternEntryImpl.getMatchingThreadID | ( | ) |
Gets the ID of the matching program thread.
Implements edu.ufl.hcs.ppw.analysis.adm.BottleneckPatternEntry.
1.5.8