TraceAttribute.java

Go to the documentation of this file.
00001 package edu.rice.cs.hpc.data.experiment.extdata;
00002 
00003 public class TraceAttribute {
00004     public static final int DEFAULT_RECORD_SIZE = 24;
00005     
00006     public String dbGlob;
00007     public long dbTimeMin;
00008     public long dbTimeMax;
00009     public int dbHeaderSize;
00010 }

Generated on 5 May 2015 for HPCVIEWER by  doxygen 1.6.1