head	1.13;
access;
symbols
	charm6_1:1.13
	charm_6_0_1:1.13
	charm6_0_1:1.13
	charm6_0:1.12
	ChaNGa_1-0:1.10
	charm5_9:1.8
	pre-projector:1.4.0.2
	charm_5-4-2:1.2
	charm_5-4-1:1.2;
locks; strict;
comment	@# @;


1.13
date	2008.10.28.15.27.34;	author gzheng;	state Exp;
branches;
next	1.12;
commitid	76HredF1hbzQkpot;

1.12
date	2007.09.14.20.55.20;	author cheelee;	state Exp;
branches;
next	1.11;
commitid	224246eaf5274567;

1.11
date	2007.07.27.22.19.30;	author idooley2;	state Exp;
branches;
next	1.10;
commitid	26c246aa6f664567;

1.10
date	2006.07.21.21.35.45;	author cheelee;	state Exp;
branches;
next	1.9;

1.9
date	2005.10.05.21.29.23;	author cheelee;	state Exp;
branches;
next	1.8;

1.8
date	2004.01.22.23.33.11;	author cheelee;	state Exp;
branches;
next	1.7;

1.7
date	2003.10.21.14.15.50;	author cheelee;	state Exp;
branches;
next	1.6;

1.6
date	2003.08.13.22.58.09;	author gzheng;	state Exp;
branches;
next	1.5;

1.5
date	2003.05.17.23.51.35;	author cheelee;	state Exp;
branches;
next	1.4;

1.4
date	2002.03.11.17.21.12;	author gzheng;	state Exp;
branches;
next	1.3;

1.3
date	2002.03.10.08.09.41;	author gzheng;	state Exp;
branches;
next	1.2;

1.2
date	2001.01.19.17.15.21;	author gzheng;	state Exp;
branches;
next	1.1;

1.1
date	2001.01.11.22.23.22;	author olawlor;	state Exp;
branches;
next	;


desc
@@


1.13
log
@increase heap mem size
@
text
@#!/bin/sh

jarpath="`dirname $0`/projections.jar"

if test -x /usr/bin/cygpath
then 
  if test "`uname -o`" = "Cygwin"
  then
    jarpath=`/usr/bin/cygpath -w -a $jarpath`
  fi 
fi

java -ms256000000 -mx2560000000 \
  -classpath $jarpath \
  projections.analysis.ProjMain $*
@


1.12
log
@Fixed a java path hardcode issue.
@
text
@d13 1
a13 1
java -ms256000000 -mx1000000000 \
@


1.11
log
@Fixing bugs.
@
text
@d13 1
a13 1
/usr/apps/java/jdk1.6.0/jre/bin/java -ms256000000 -mx1000000000 \
@


1.10
log
@Light refactoring:
1) Split non-gui initialization activities as much as possible from gui code.
2) modified the array structure of childWindow to potentially make use of
   dynamic number of runs in the future.
@
text
@d13 1
a13 1
java -ms256000000 -mx1000000000 \
@


1.9
log
@Simple fix to make the time message panel's information more useful.
@
text
@a4 2
# jarpath="~skymusic/projections.jar"

d15 1
a15 1
  projections.gui.MainWindow $*
@


1.8
log
@Fixed memory issues in Multirun Analysis. Also fixed bad efficiency issues in
Graph.java when generating the Y Axis (because of the HUGE numbers used by
Multirun data). Also fixed data limit issues (long/double vs int) in
Graph.java.
@
text
@d5 2
@


1.7
log
@Fixed the projections script to check for cygpath before making a uname -o
call to determine the OS name (Mac OS X has no -o option for uname).
@
text
@d13 1
a13 1
java -ms100000000 -mx512000000 \
@


1.6
log
@fixed for running it under cygwin.
@
text
@d5 6
a10 3
if test "`uname -o`" = "Cygwin" && test -x /usr/bin/cygpath 
then
  jarpath=`/usr/bin/cygpath -w -a $jarpath`
@


1.5
log
@projections: Increased memory footprint of the JVM.

Added the EP color view for overview tool.
@
text
@d5 1
a5 1
if test "$OSTYPE" = cygwin && test -x /usr/bin/cygpath 
@


1.4
log
@a lot of bug fixes.
most of the buttons in control panel now works;
still have bug in colored view.
@
text
@d10 1
a10 1
java -ms60000000 -mx256000000 \
@


1.3
log
@new features:
1. "Graph" can read a subset of processors
2. add command line options: -h -V -u
3. backword compatibilities with -u <oldversion>
@
text
@d10 1
a10 1
java -ms60000000 -mx100000000 \
@


1.2
log
@projections script support cygwin.
@
text
@d12 1
a12 1
  projections.gui.MainWindow
@


1.1
log
@Moved these files here from CVSROOT/projections-java.
Added fast Java versions of the .log file input routines
in LogReader, LogLoader, LogAnalyzer, and UsageCalc.
Added "U.java" user interface utility file, allowing
times to be input in seconds, milliseconds, or microseconds,
instead of just microseconds.
@
text
@d3 7
d11 1
a11 1
  -classpath `dirname $0`/projections.jar \
@

