PerfExplorer 2.0

Constant Field Values


Contents
edu.uoregon.*

edu.uoregon.tau.perfexplorer.glue.AbstractResult
public static final int CALLS 2
public static final int EXCLUSIVE 1
public static final int INCLUSIVE 0
public static final int SUBROUTINES 3
public static final int USEREVENT_MAX 5
public static final int USEREVENT_MEAN 7
public static final int USEREVENT_MIN 6
public static final int USEREVENT_NUMEVENTS 4
public static final int USEREVENT_SUMSQR 8

edu.uoregon.tau.perfexplorer.glue.CorrelationResult
public static final int CORRELATION 9
public static final int INTERCEPT 11
public static final int METADATA 12
public static final int SLOPE 10

edu.uoregon.tau.perfexplorer.glue.CQoSClassifierOperation
public static final String ALTERNATING_DECISION_TREE "weka.classifiers.trees.ADTree"
public static final String J48 "weka.classifiers.trees.J48"
public static final String LINEAR_REGRESSION "weka.classifiers.functions.LinearRegression"
public static final String MULTILAYER_PERCEPTRON "weka.classifiers.functions.MultilayerPerceptron"
public static final String NAIVE_BAYES "weka.classifiers.bayes.NaiveBayes"
public static final String RANDOM_TREE "weka.classifiers.trees.RandomTree"
public static final String SUPPORT_VECTOR_MACHINE "weka.classifiers.functions.SMO"

edu.uoregon.tau.perfexplorer.glue.DataSourceResult
public static final int CUBE 9
public static final int DYNAPROF 3
public static final int GAMESS 101
public static final int GOOGLE 16
public static final int GPROF 6
public static final int GPTL 13
public static final int GYRO 100
public static final int HPCTOOLKIT 10
public static final int HPM 5
public static final int IPM 15
public static final int MPIP 4
public static final int OMPP 11
public static final int PARAVER 14
public static final int PERIXML 12
public static final int PPK 0
public static final int PPROF 8
public static final int PSRUN 7
public static final int SNAP 2
public static final int TAUPROFILE 1

edu.uoregon.tau.perfexplorer.glue.DerivedMetrics
public static final String L1_CACHE_HITS "(PAPI_L1_TCA-PAPI_L1_TCM)"
public static final String L1_HIT_RATE "((PAPI_L1_TCA-PAPI_L1_TCM)/PAPI_L1_TCA)"
public static final String L2_ACCESSES "(PAPI_L1_TCM/P_WALL_CLOCK_TIME)"
public static final String L2_CACHE_HITS "(PAPI_L1_TCM-PAPI_L2_TCM)"
public static final String L2_HIT_RATE "((PAPI_L1_TCM-PAPI_L2_TCM)/PAPI_L1_TCM)"
public static final String MEM_ACCESSES "(PAPI_L1_TCA/P_WALL_CLOCK_TIME)"
public static final String MFLOP_RATE "(PAPI_FP_INS/P_WALL_CLOCK_TIME)"
public static final String TOT_INS_RATE "(PAPI_TOT_INS/P_WALL_CLOCK_TIME)"

edu.uoregon.tau.perfexplorer.glue.DeriveMetricOperation
public static final String ADD "+"
public static final String DIVIDE "/"
public static final String MULTIPLY "*"
public static final String SUBTRACT "-"

edu.uoregon.tau.perfexplorer.glue.DrawGraph
public static final int BILLIONS 1000000000
public static final int EVENTNAME 1
public static final int LINECHART 1
public static final int METADATA 6
public static final int METRICNAME 2
public static final int MICROSECONDS 1
public static final int MILLIONS 1000000
public static final int MILLISECONDS 1000
public static final int MINUTES 60000000
public static final int PROCESSORCOUNT 5
public static final int SECONDS 1000000
public static final int STACKEDAREACHART 2
public static final int STACKEDBARCHART 3
public static final int THOUSANDS 1000
public static final int THREADNAME 3
public static final int TRIALNAME 0
public static final int USEREVENTNAME 4

edu.uoregon.tau.perfexplorer.glue.LinearOptimizerOperation
public static final String LINEAR_REGRESSION "weka.classifiers.functions.LinearRegression"
public static final String MULTILAYER_PERCEPTRON "weka.classifiers.functions.MultilayerPerceptron"
public static final String NAIVE_BAYES "weka.classifiers.bayes.NaiveBayes"
public static final String SUPPORT_VECTOR_MACHINE "weka.classifiers.functions.SMO"

edu.uoregon.tau.perfexplorer.glue.MeanEventFact
public static final int BETTER 1
public static final int HIGHER 3
public static final int LOWER 4
public static final int NONE 0
public static final int WORSE 2

edu.uoregon.tau.perfexplorer.glue.ScaleMetricOperation
public static final String ADD "+"
public static final String DIVIDE "/"
public static final String MULTIPLY "*"
public static final String SUBTRACT "-"

edu.uoregon.tau.perfexplorer.glue.SplitCommunicationComputationOperation
public static final int COMMUNICATION 0
public static final int COMPUTATION 1

edu.uoregon.tau.perfexplorer.rules.RuleHarnessOld.Difference
public static final int FASTER 1
public static final double million 1000000.0
public static final int SAME 0
public static final int SLOWER 2

edu.uoregon.tau.perfexplorer.rules.RuleHarnessOld.RelativeTrial
public static final int BASELINE 0
public static final int COMPARISON 1


PerfExplorer 2.0

****************************************************************************
Copyright 1997-2009
Department of Computer and Information Science, University of Oregon
Advanced Computing Laboratory, Los Alamos National Laboratory
Juelich Supercomputing Centre, Research Center Juelich, Germany
http://tau.uoregon.edu
****************************************************************************
Permission to use, copy, modify, and distribute this software and its documentation for any purpose and without fee is hereby granted, provided that the above copyright notice appear in all copies and that both that copyright notice and this permission notice appear in supporting documentation, and that the name of University of Oregon (UO) and Los Alamos National Laboratory (LANL) not be used in advertising or publicity pertaining to distribution of the software without specific, written prior permission. The University of Oregon and LANL makes no representations about the suitability of this software for any purpose. It is provided "as is" without express or implied warranty.

THE UNIVERSITY OF OREGON AND LANL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL THE UNIVERSITY OF OREGON OR LANL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.