Constants.java

Go to the documentation of this file.
00001 package edu.rice.cs.hpc.data.util;
00002 
00003 public class Constants {
00004 
00005     //-----------------------------------------------------------
00006     // CONSTANTS
00007     //-----------------------------------------------------------
00008     
00009     static public final int MULTI_PROCESSES = 1;
00010     static public final int MULTI_THREADING = 2;
00011 
00012     public static final int SIZEOF_LONG = 8;
00013     public static final int SIZEOF_INT = 4;
00014 
00015     static public final String DATABASE_FILENAME = "experiment.xml";
00016 }

Generated on 5 May 2015 for HPCVIEWER by  doxygen 1.6.1