PerfExplorer 2.0

edu.uoregon.tau.perfexplorer.glue
Class DataNeeded

Object
  extended by DataNeeded

public class DataNeeded
extends Object

Author:
khuck

Nested Class Summary
static class DataNeeded.DataType
           
 
Constructor Summary
DataNeeded()
           
DataNeeded(DataNeeded.DataType type)
           
 
Method Summary
 DataNeeded.DataType getDataType()
           
 boolean isCacheAccessL1()
           
 boolean isCacheAccessL2()
           
 boolean isCacheMissL1()
           
 boolean isCacheMissL2()
           
 boolean isClasspath()
           
 boolean isFloatingPoint()
           
 boolean isTime()
           
 boolean isTotalInstruction()
           
 void setCacheAccessL1(boolean cacheAccessL1)
           
 void setCacheAccessL2(boolean cacheAccessL2)
           
 void setCacheMissL1(boolean cacheMissL1)
           
 void setCacheMissL2(boolean cacheMissL2)
           
 void setClasspath(boolean classpath)
           
 void setDataType(DataNeeded.DataType dataType)
           
 void setFloatingPoint(boolean floatingPoint)
           
 void setTime(boolean time)
           
 void setTotalInstruction(boolean totalInstruction)
           
 
Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataNeeded

public DataNeeded()

DataNeeded

public DataNeeded(DataNeeded.DataType type)
Method Detail

getDataType

public DataNeeded.DataType getDataType()
Returns:
the dataType

isCacheAccessL1

public boolean isCacheAccessL1()
Returns:
the cacheAccessL1

isCacheAccessL2

public boolean isCacheAccessL2()
Returns:
the cacheAccessL2

isCacheMissL1

public boolean isCacheMissL1()
Returns:
the cacheMissL1

isCacheMissL2

public boolean isCacheMissL2()
Returns:
the cacheMissL2

isClasspath

public boolean isClasspath()
Returns:
the classpath

isFloatingPoint

public boolean isFloatingPoint()
Returns:
the floatingPoint

isTime

public boolean isTime()
Returns:
the time

isTotalInstruction

public boolean isTotalInstruction()
Returns:
the totalInstruction

setCacheAccessL1

public void setCacheAccessL1(boolean cacheAccessL1)
Parameters:
cacheAccessL1 - the cacheAccessL1 to set

setCacheAccessL2

public void setCacheAccessL2(boolean cacheAccessL2)
Parameters:
cacheAccessL2 - the cacheAccessL2 to set

setCacheMissL1

public void setCacheMissL1(boolean cacheMissL1)
Parameters:
cacheMissL1 - the cacheMissL1 to set

setCacheMissL2

public void setCacheMissL2(boolean cacheMissL2)
Parameters:
cacheMissL2 - the cacheMissL2 to set

setClasspath

public void setClasspath(boolean classpath)
Parameters:
classpath - the classpath to set

setDataType

public void setDataType(DataNeeded.DataType dataType)
Parameters:
dataType - the dataType to set

setFloatingPoint

public void setFloatingPoint(boolean floatingPoint)
Parameters:
floatingPoint - the floatingPoint to set

setTime

public void setTime(boolean time)
Parameters:
time - the time to set

setTotalInstruction

public void setTotalInstruction(boolean totalInstruction)
Parameters:
totalInstruction - the totalInstruction to set

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.