public class TryThroughput
extends java.lang.Object
Constructor and Description |
---|
TryThroughput() |
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] args)
Procedure to calculate the throughput of an application graph.
|
private static void |
validateTestOutput(double throughput)
Verify if the throughput matched the expected value.
|
private static void validateTestOutput(double throughput)
throughput
- calculated throughputpublic static void main(java.lang.String[] args)
args
- None Required