package TraceGenerator
Type Members
-
class
TraceGenerator extends Serializable
This class is responsible to generate random traces of random event types.
This class is responsible to generate random traces of random event types. All the trace will have length randomly picked (using uniform distribution) between minTraceSize and maxTraceSize It can be used to evaluate the performance of SIESTA in throughput and correctness.