public class CompanionMetrics extends Object
Constructor and Description |
---|
CompanionMetrics()
Constructor for CompanionMetrics.
|
Modifier and Type | Method and Description |
---|---|
long |
getCritPathOps()
getCritPathOps() should only be called after a next operation has succeeded (That's why it need not be a
synchronized method.)
|
void |
maxCritPathOps(long n)
maxCritPathOps.
|
String |
toString() |
void |
update(CompanionMetrics other)
Updates this object with the maximum of the metrics available from the other metrics object.
|
public void update(CompanionMetrics other)
other
- the other metrics object.public long getCritPathOps()
public void maxCritPathOps(long n)
maxCritPathOps.
n
- a long.Copyright © 2015 Rice University - Department of Computer Science. All rights reserved.