jist.minisim
Class mem_events

java.lang.Object
  extended by jist.minisim.mem_events
All Implemented Interfaces:
JistAPI.Entity, JistAPI.Timeless

public class mem_events
extends java.lang.Object
implements JistAPI.Entity

Measures memory overhead of events in JiST.

Version:
$Id: mem_events.java,v 1.6 2004/04/06 16:07:42 barr Exp $
Author:
Rimon Barr <barr+jist@cs.cornell.edu>

Constructor Summary
mem_events()
           
 
Method Summary
static void main(java.lang.String[] args)
          Benchmark entry point: schedule events and measure memory consumption.
 void process()
          dummy event to schedule.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

mem_events

public mem_events()
Method Detail

main

public static void main(java.lang.String[] args)
Benchmark entry point: schedule events and measure memory consumption.

Parameters:
args - command-line parameters

process

public void process()
dummy event to schedule.