Class List

Here are the classes, structs, unions and interfaces with brief descriptions:
com.graphbuilder.math.AddNodeA node of an expression tree, represented by the symbol "+"
com.graphbuilder.math.DivNodeA node of an expression tree, represented by the symbol "/"
com.graphbuilder.math.EqualNodeCheck the value of comparison sign = or ==
com.graphbuilder.math.ExpressionThe class from which all nodes of an expression tree are descendents
com.graphbuilder.math.ExpressionParseExceptionException thrown if expression cannot be parsed correctly
com.graphbuilder.math.ExpressionTree
com.graphbuilder.math.func.AbsFunctionThe absolute function
com.graphbuilder.math.func.AvgFunctionThe average function
com.graphbuilder.math.func.CeilFunctionThe ceiling function
com.graphbuilder.math.func.CombinFunctionThe combination function
com.graphbuilder.math.func.EFunctionEuler's number, e, also called the base of natural logarithms
com.graphbuilder.math.func.ExpFunctionThe exp function
com.graphbuilder.math.func.FactFunctionThe factorial function
com.graphbuilder.math.func.FloorFunctionThe floor function
com.graphbuilder.math.func.FunctionThe Function interface represents a function that takes a number of inputs and returns a value
com.graphbuilder.math.func.IfFunction
com.graphbuilder.math.func.LgFunctionThe log base 2 function
com.graphbuilder.math.func.LnFunctionThe natural logarithm function
com.graphbuilder.math.func.LogFunctionThe log function
com.graphbuilder.math.func.MaxFunctionThe max function
com.graphbuilder.math.func.MinFunctionThe min function
com.graphbuilder.math.func.ModFunctionThe mod function
com.graphbuilder.math.func.PowFunctionThe power function
com.graphbuilder.math.func.RoundFunctionThe round function
com.graphbuilder.math.func.SignFunctionThe sign function
com.graphbuilder.math.func.SqrtFunctionThe square root function
com.graphbuilder.math.func.SumFunctionThe sum function
com.graphbuilder.math.FuncMap
com.graphbuilder.math.FuncNodeA node of an expression tree that represents a function
com.graphbuilder.math.MultNodeA node of an expression tree, represented by the symbol "*"
com.graphbuilder.math.OpNodeA node of an expression tree that has exactly 2 children, a left child and a right child
com.graphbuilder.math.PascalsTrianglePascalsTriangle can be used for O(1) lookup of the nCr function
com.graphbuilder.math.PowNodeA node of an expression tree, represented by the symbol "^"
com.graphbuilder.math.SubNodeA node of an expression tree, represented by the symbol "-"
com.graphbuilder.math.TermNodeA node of an expression tree that represents a variable or a function
com.graphbuilder.math.ValNodeA node of an expression tree that represents a value
com.graphbuilder.math.VarMap
com.graphbuilder.math.VarNodeA node of an expression tree that represents a variable
com.graphbuilder.struc.Bag
com.graphbuilder.struc.LinkedList
com.graphbuilder.struc.LinkedList.Node
com.graphbuilder.struc.Stack
com.graphbuilder.test.MathTest
com.jcraft.jsch.BufferUsually not to be used by applications
com.jcraft.jsch.ChannelThe abstract base class for the different types of channel which may be associated with a Session
com.jcraft.jsch.ChannelAgentForwarding
com.jcraft.jsch.ChannelDirectTCPIPA Channel which allows forwarding a pair of local streams to/from a TCP-connection to a server on the remote side
com.jcraft.jsch.ChannelExecA channel connected to a remotely executing program
com.jcraft.jsch.ChannelForwardedTCPIPA Channel created when a forwarded port at the remote side is connected
com.jcraft.jsch.ChannelSessionBase class for all session channels
com.jcraft.jsch.ChannelShellA channel connected to a remote shell
com.jcraft.jsch.ChannelSubsystemA channel connected to a subsystem of the server process
com.jcraft.jsch.ChannelX11
com.jcraft.jsch.CompressionUsually not to be used by applications
com.jcraft.jsch.ForwardedTCPIPDaemonA local deamon process executed when a host connects to to a forwarded port at the remote side
com.jcraft.jsch.HASHUsually not to be used by applications
com.jcraft.jsch.HostKeyThe public key of a SSH server
com.jcraft.jsch.HostKeyRepositoryA repository for known host keys
com.jcraft.jsch.IdentityA user identity for public-key authentication
com.jcraft.jsch.IdentityFileThe default (internal) Identity implementation, using explicitly given public and private RSA or DSA keys
com.jcraft.jsch.IOUsually not to be used by applications
com.jcraft.jsch.jce.AES128CBC
com.jcraft.jsch.jce.AES128CTR
com.jcraft.jsch.jce.AES192CBC
com.jcraft.jsch.jce.AES192CTR
com.jcraft.jsch.jce.AES256CBC
com.jcraft.jsch.jce.AES256CTR
com.jcraft.jsch.jce.ARCFOUR
com.jcraft.jsch.jce.ARCFOUR128
com.jcraft.jsch.jce.ARCFOUR256
com.jcraft.jsch.jce.BlowfishCBC
com.jcraft.jsch.jce.DH
com.jcraft.jsch.jce.HMACMD5
com.jcraft.jsch.jce.HMACMD596
com.jcraft.jsch.jce.HMACSHA1
com.jcraft.jsch.jce.HMACSHA196
com.jcraft.jsch.jce.KeyPairGenDSA
com.jcraft.jsch.jce.KeyPairGenRSA
com.jcraft.jsch.jce.MD5
com.jcraft.jsch.jce.Random
com.jcraft.jsch.jce.SHA1
com.jcraft.jsch.jce.SignatureDSA
com.jcraft.jsch.jce.SignatureRSA
com.jcraft.jsch.jce.TripleDESCBC
com.jcraft.jsch.jce.TripleDESCTR
com.jcraft.jsch.jcraft.Compression
com.jcraft.jsch.jcraft.HMAC
com.jcraft.jsch.jcraft.HMACMD5
com.jcraft.jsch.jcraft.HMACMD596
com.jcraft.jsch.jcraft.HMACSHA1
com.jcraft.jsch.jcraft.HMACSHA196
com.jcraft.jsch.jgss.GSSContextKrb5
com.jcraft.jsch.JSchThis class serves as a central configuration point, and as a factory for Session objects configured with these settings
com.jcraft.jsch.JSchAuthCancelException
com.jcraft.jsch.JSchExceptionWill be thrown if anything goes wrong with the SSH protocol
com.jcraft.jsch.JSchPartialAuthException
com.jcraft.jsch.KeyExchangeUsually not to be used by applications
com.jcraft.jsch.KeyPairBase class for a pair of public and private key
com.jcraft.jsch.KeyPairDSAUsually not to be used by applications
com.jcraft.jsch.KeyPairRSAUsually not to be used by applications
com.jcraft.jsch.KnownHostsUsually not to be used by applications
com.jcraft.jsch.KnownHosts.HashedHostKey
com.jcraft.jsch.PacketUsually not to be used by applications
com.jcraft.jsch.PortWatcher
com.jcraft.jsch.ProxyAllows routing connections through some proxy
com.jcraft.jsch.ProxyHTTPA Proxy implementation using a HTTP proxy
com.jcraft.jsch.ProxySOCKS4A Proxy implementation using a SOCKS V5 proxy
com.jcraft.jsch.ProxySOCKS5A Proxy implementation using a SOCKS V5 proxy
com.jcraft.jsch.RequestThis abstract base class represents a channel-specific request (SSH_MSG_CHANNEL_REQUEST) to be sent to the remote side
com.jcraft.jsch.RequestAgentForwardingA request to enable forwarding of SSH authentication agent requests
com.jcraft.jsch.RequestEnv
com.jcraft.jsch.RequestExec
com.jcraft.jsch.RequestPtyReq
com.jcraft.jsch.RequestSftpUsually not to be used by applications
com.jcraft.jsch.RequestShell
com.jcraft.jsch.RequestSignal
com.jcraft.jsch.RequestSubsystemUsually not to be used by applications
com.jcraft.jsch.RequestWindowChange
com.jcraft.jsch.RequestX11A request to forward X11 connections to remote programs connected to a channel
com.jcraft.jsch.ServerSocketFactoryA factory for ServerSockets
com.jcraft.jsch.SessionA Session represents a connection to a SSH server
com.jcraft.jsch.SftpExceptionThis exception will be thrown if anything goes wrong while using the SFTP protocol
com.jcraft.jsch.SocketFactoryA factory for (client) sockets
com.jcraft.jsch.UserAuthUsually not to be used by applications
com.jcraft.jsch.UserAuthKeyboardInteractive
com.jcraft.jsch.UserAuthNone
com.jcraft.jsch.UserAuthPassword
com.jcraft.jsch.UserAuthPublicKey
com.jcraft.jsch.UserInfoAllows user interaction
com.jcraft.jsch.Util
edu.rice.cs.hpc.common.plugin.ActivatorThe activator class controls the plug-in life cycle
edu.rice.cs.hpc.common.ui.BaseIconManager
edu.rice.cs.hpc.common.ui.TimelineProgressMonitor
edu.rice.cs.hpc.common.ui.Util
edu.rice.cs.hpc.common.util.AliasMap< K, V >
edu.rice.cs.hpc.common.util.ProcedureAliasMapClass to manage procedure aliases
edu.rice.cs.hpc.common.util.ProcedureClassData
edu.rice.cs.hpc.common.util.Sleak
edu.rice.cs.hpc.common.util.SleakManager
edu.rice.cs.hpc.common.util.UserInputHistory
edu.rice.cs.hpc.data.db.DataCommon
edu.rice.cs.hpc.data.experiment.BaseExperiment
edu.rice.cs.hpc.data.experiment.BaseExperimentWithMetrics
edu.rice.cs.hpc.data.experiment.ExperimentAn HPCView experiment and its data
edu.rice.cs.hpc.data.experiment.ExperimentConfigurationAn object containing an HPCView experiment's configuration data
edu.rice.cs.hpc.data.experiment.ExperimentFileInterface that HPCView experiment files must implement
edu.rice.cs.hpc.data.experiment.ExperimentWithoutMetrics
edu.rice.cs.hpc.data.experiment.extdata.AbstractBaseData
edu.rice.cs.hpc.data.experiment.extdata.BaseData
edu.rice.cs.hpc.data.experiment.extdata.FileDB2
edu.rice.cs.hpc.data.experiment.extdata.Filter
edu.rice.cs.hpc.data.experiment.extdata.FilteredBaseData
edu.rice.cs.hpc.data.experiment.extdata.FilterSet
edu.rice.cs.hpc.data.experiment.extdata.IBaseData
edu.rice.cs.hpc.data.experiment.extdata.IFileDB
edu.rice.cs.hpc.data.experiment.extdata.IFilteredData
edu.rice.cs.hpc.data.experiment.extdata.Range
edu.rice.cs.hpc.data.experiment.extdata.TraceAttribute
edu.rice.cs.hpc.data.experiment.extdata.TraceName
edu.rice.cs.hpc.data.experiment.IDatabaseRepresentation
edu.rice.cs.hpc.data.experiment.IExperiment
edu.rice.cs.hpc.data.experiment.InvalExperimentExceptionException thrown when trying to parse an invalid experiment file
edu.rice.cs.hpc.data.experiment.LocalDatabaseRepresentation
edu.rice.cs.hpc.data.experiment.merge.Constants
edu.rice.cs.hpc.data.experiment.merge.ExperimentMerger
edu.rice.cs.hpc.data.experiment.merge.MergeMetric
edu.rice.cs.hpc.data.experiment.merge.TreeSimilarity
edu.rice.cs.hpc.data.experiment.merge.TreeSimilarity.CompareScope
edu.rice.cs.hpc.data.experiment.merge.TreeSimilarity.CoupleNodes
edu.rice.cs.hpc.data.experiment.merge.TreeSimilarity.Similarity
edu.rice.cs.hpc.data.experiment.metric.AbstractCombineMetric
edu.rice.cs.hpc.data.experiment.metric.AggregateMetric
edu.rice.cs.hpc.data.experiment.metric.BaseMetric
edu.rice.cs.hpc.data.experiment.metric.CombineAggregateMetricVarMap
edu.rice.cs.hpc.data.experiment.metric.CombineMetricUsingCopy
edu.rice.cs.hpc.data.experiment.metric.DerivedMetric
edu.rice.cs.hpc.data.experiment.metric.ExtFuncMap
edu.rice.cs.hpc.data.experiment.metric.FinalMetric
edu.rice.cs.hpc.data.experiment.metric.IMetricValueFormat
edu.rice.cs.hpc.data.experiment.metric.MetricA metric and its data in an HPCView experiment
edu.rice.cs.hpc.data.experiment.metric.MetricRaw
edu.rice.cs.hpc.data.experiment.metric.MetricType
edu.rice.cs.hpc.data.experiment.metric.MetricValueA value of a metric at some scope
edu.rice.cs.hpc.data.experiment.metric.MetricValueFormatThe format used to display values of a metric
edu.rice.cs.hpc.data.experiment.metric.MetricValueFormat.Style
edu.rice.cs.hpc.data.experiment.metric.MetricValuePredefinedFormat
edu.rice.cs.hpc.data.experiment.metric.MetricVarMap
edu.rice.cs.hpc.data.experiment.metric.StdDevFunctionThe average function
edu.rice.cs.hpc.data.experiment.metric.TestMetricFormat
edu.rice.cs.hpc.data.experiment.RemoteDatabaseRepresentation
edu.rice.cs.hpc.data.experiment.scope.AlienScopeA procedure scope in an HPCView experiment
edu.rice.cs.hpc.data.experiment.scope.CallerScopeBuilder
edu.rice.cs.hpc.data.experiment.scope.CallSiteScopeA callsite scope in an CSProf experiment
edu.rice.cs.hpc.data.experiment.scope.CallSiteScopeCallerView
edu.rice.cs.hpc.data.experiment.scope.CallSiteScopeCallerView.CombineMetricUsingCopyNoCondition
edu.rice.cs.hpc.data.experiment.scope.CallSiteScopeCallerView.IncrementalCombineMetricUsingCopy
edu.rice.cs.hpc.data.experiment.scope.CallSiteScopeType
edu.rice.cs.hpc.data.experiment.scope.FileScopeA file scope in an HPCView experiment
edu.rice.cs.hpc.data.experiment.scope.filters.AggregatePropagationFilter
edu.rice.cs.hpc.data.experiment.scope.filters.EmptyMetricValuePropagationFilter
edu.rice.cs.hpc.data.experiment.scope.filters.ExclusiveOnlyMetricPropagationFilter
edu.rice.cs.hpc.data.experiment.scope.filters.FlatViewMetricPropagationFilter
edu.rice.cs.hpc.data.experiment.scope.filters.InclusiveOnlyMetricPropagationFilter
edu.rice.cs.hpc.data.experiment.scope.filters.MetricValuePropagationFilter
edu.rice.cs.hpc.data.experiment.scope.GroupScope
edu.rice.cs.hpc.data.experiment.scope.IMergedScope
edu.rice.cs.hpc.data.experiment.scope.LineScopeA single-line scope in an HPCView experiment
edu.rice.cs.hpc.data.experiment.scope.LoadModuleScope
edu.rice.cs.hpc.data.experiment.scope.LoopScopeA loop scope in an HPCView experiment
edu.rice.cs.hpc.data.experiment.scope.ProcedureScopeA procedure scope in an HPCView experiment
edu.rice.cs.hpc.data.experiment.scope.RootScopeThe root scope of an HPCView experiment
edu.rice.cs.hpc.data.experiment.scope.RootScopeType
edu.rice.cs.hpc.data.experiment.scope.ScopeA scope in an HPCView experiment
edu.rice.cs.hpc.data.experiment.scope.ScopeVisitType
edu.rice.cs.hpc.data.experiment.scope.StatementRangeScopeA scope in an HPCView experiment consisting of a range of lines
edu.rice.cs.hpc.data.experiment.scope.TreeNodeThis class is a modified version of org.eclipse.jface.viewers.TreeNode org.eclipse.jface.viewers.TreeNode without using Eclipse classes and with additional features, plus a flexible children update
edu.rice.cs.hpc.data.experiment.scope.visitors.AbstractFinalizeMetricVisitor
edu.rice.cs.hpc.data.experiment.scope.visitors.AbstractInclusiveMetricsVisitor
edu.rice.cs.hpc.data.experiment.scope.visitors.BaseDuplicateScopeTreesVisitor
edu.rice.cs.hpc.data.experiment.scope.visitors.CallersViewScopeVisitor
edu.rice.cs.hpc.data.experiment.scope.visitors.CallersViewScopeVisitor.CombineCallerScopeMetric
edu.rice.cs.hpc.data.experiment.scope.visitors.CallersViewScopeVisitor.ListCombinedScopes
edu.rice.cs.hpc.data.experiment.scope.visitors.ComputedMetricVisitor
edu.rice.cs.hpc.data.experiment.scope.visitors.DerivedMetricVisitorClass to manage the computation of a derived metric
edu.rice.cs.hpc.data.experiment.scope.visitors.DerivedPercentVisitor
edu.rice.cs.hpc.data.experiment.scope.visitors.DisposeResourcesVisitor
edu.rice.cs.hpc.data.experiment.scope.visitors.DuplicateScopeTreesVisitor
edu.rice.cs.hpc.data.experiment.scope.visitors.ExclusiveCallingContextVisitor
edu.rice.cs.hpc.data.experiment.scope.visitors.FilterScopeVisitor
edu.rice.cs.hpc.data.experiment.scope.visitors.FinalizeMetricVisitor
edu.rice.cs.hpc.data.experiment.scope.visitors.FinalizeMetricVisitorWithBackup
edu.rice.cs.hpc.data.experiment.scope.visitors.FlatViewScopeVisitor
edu.rice.cs.hpc.data.experiment.scope.visitors.FlatViewScopeVisitor.FlatScopeInfo
edu.rice.cs.hpc.data.experiment.scope.visitors.InclusiveMetricsScopeVisitorVisitor class to accumulate metrics This class is used to compute inclusive and exclusive cost for :

  • CCT when filter are InclusiveOnlyMetricPropagationFilter and ExclusiveOnlyMetricPropagationFilter
  • FT when filter is FlatViewInclMetricPropagationFilter
edu.rice.cs.hpc.data.experiment.scope.visitors.IScopeVisitor
edu.rice.cs.hpc.data.experiment.scope.visitors.PercentScopeVisitor
edu.rice.cs.hpc.data.experiment.scope.visitors.PrintFlatViewScopeVisitor
edu.rice.cs.hpc.data.experiment.scope.visitors.ResetCounterVisitor
edu.rice.cs.hpc.data.experiment.source.AbstractSourceFileAn abstract superclass for all source file classes
edu.rice.cs.hpc.data.experiment.source.EmptySourceFileA reference to an empty source file
edu.rice.cs.hpc.data.experiment.source.FileSystemSourceFileA reference to a source file in an HPCView experiment
edu.rice.cs.hpc.data.experiment.source.SourceFileThe interface implemented by all source file classes
edu.rice.cs.hpc.data.experiment.xml.BaseExperimentBuilder
edu.rice.cs.hpc.data.experiment.xml.BaseExperimentBuilder.StatementRange
edu.rice.cs.hpc.data.experiment.xml.BuilderAbstract superclass of all XML builder classes
edu.rice.cs.hpc.data.experiment.xml.ExperimentBuilder2Builder for an XML parser for HPCViewer experiment files
edu.rice.cs.hpc.data.experiment.xml.ExperimentFileXMLA file containing an HPCView experiment in XML representation
edu.rice.cs.hpc.data.experiment.xml.OldXMLFormatException
edu.rice.cs.hpc.data.experiment.xml.ParserA fast callback-based (SAX2) XML parser
edu.rice.cs.hpc.data.experiment.xml.Parser.HandlerAn auxiliary class required by SAX parsers
edu.rice.cs.hpc.data.experiment.xml.PrintFileXML
edu.rice.cs.hpc.data.experiment.xml.Token2
edu.rice.cs.hpc.data.filter.FilterAttribute
edu.rice.cs.hpc.data.filter.IFilterData
edu.rice.cs.hpc.data.framework.Application
edu.rice.cs.hpc.data.framework.ApplicationMerge
edu.rice.cs.hpc.data.util.Constants
edu.rice.cs.hpc.data.util.DialogsConvenience class for running common dialogs
edu.rice.cs.hpc.data.util.Grep
edu.rice.cs.hpc.data.util.IProcedureTable
edu.rice.cs.hpc.data.util.IProgressReport
edu.rice.cs.hpc.data.util.IUserData< K, V >
edu.rice.cs.hpc.data.util.JavaValidator
edu.rice.cs.hpc.data.util.LargeByteBufferThe idea for this class is credited to Stu Thompson
edu.rice.cs.hpc.data.util.MergeDataFiles
edu.rice.cs.hpc.data.util.OSValidator
edu.rice.cs.hpc.data.util.ProcedureManager< ValueType >
edu.rice.cs.hpc.data.util.StringsThe texts used in hpcviewer's user interface
edu.rice.cs.hpc.data.util.UtilMiscellaneous useful operations
edu.rice.cs.hpc.data.util.Util.FileThreadsMetricFilterFile filter to find a file with a glob-style pattern It is primarily used by File.listdir method
edu.rice.cs.hpc.data.util.Util.FileXMLFilterClass to filter the list of files in a directory and return only XML files The filter is basically very simple: if the last 3 letters has "xml" substring then we consider it as XML file
edu.rice.cs.hpc.data.util.VersionsThe version strings for hpcviewer
edu.rice.cs.hpc.filter.action.FilterAdd
edu.rice.cs.hpc.filter.action.FilterApply
edu.rice.cs.hpc.filter.action.FilterDelete
edu.rice.cs.hpc.filter.action.FilterSave
edu.rice.cs.hpc.filter.action.ShowFilterView
edu.rice.cs.hpc.filter.ActivatorThe activator class controls the plug-in life cycle
edu.rice.cs.hpc.filter.pattern.PatternValidator
edu.rice.cs.hpc.filter.service.FilterMap
edu.rice.cs.hpc.filter.service.FilterStateProvider
edu.rice.cs.hpc.filter.view.FilterTableViewerFactory
edu.rice.cs.hpc.filter.view.FilterTableViewerFactory.ComboEditingSupport
edu.rice.cs.hpc.filter.view.FilterView
edu.rice.cs.hpc.filter.view.FilterView.SelectionChangedListener
edu.rice.cs.hpc.filter.view.IFilterView
edu.rice.cs.hpc.remote.data.RemoteFilteredBaseData
edu.rice.cs.hpc.remote.tunnel.LocalTunneling
edu.rice.cs.hpc.remote.tunnel.PortForwarding
edu.rice.cs.hpc.remote.tunnel.PortForwarding.MyUserInfo
edu.rice.cs.hpc.remote.tunnel.RemoteUserInfo
edu.rice.cs.hpc.remote.tunnel.RemoteUserInfo.KeyboardInteractiveDialog
edu.rice.cs.hpc.remote.tunnel.SSHManager
edu.rice.cs.hpc.remote.ui.PasswordDialog
edu.rice.cs.hpc.traceviewer.actions.FilterRanks
edu.rice.cs.hpc.traceviewer.actions.OpenDatabase
edu.rice.cs.hpc.traceviewer.actions.OptionMidpoint
edu.rice.cs.hpc.traceviewer.actions.OptionRecordsDisplay
edu.rice.cs.hpc.traceviewer.actions.ProcedureClassMapAction
edu.rice.cs.hpc.traceviewer.actions.ResetViews
edu.rice.cs.hpc.traceviewer.data.db.BaseDataVisualization
edu.rice.cs.hpc.traceviewer.data.db.DataPreparation
edu.rice.cs.hpc.traceviewer.data.db.DataRecord
edu.rice.cs.hpc.traceviewer.data.db.DataTrace
edu.rice.cs.hpc.traceviewer.data.db.Header
edu.rice.cs.hpc.traceviewer.data.db.TimelineDataSet
edu.rice.cs.hpc.traceviewer.data.db.TraceDataByRank
edu.rice.cs.hpc.traceviewer.data.graph.CallPath
edu.rice.cs.hpc.traceviewer.data.graph.ColorTable
edu.rice.cs.hpc.traceviewer.data.graph.ColorTable.ColorImagePair
edu.rice.cs.hpc.traceviewer.data.timeline.ProcessTimelineA data structure that stores one line of timestamp-cpid data
edu.rice.cs.hpc.traceviewer.data.util.Constants
edu.rice.cs.hpc.traceviewer.data.util.Debugger
edu.rice.cs.hpc.traceviewer.data.util.ProcedureClassMap
edu.rice.cs.hpc.traceviewer.db.AbstractDBOpenerAn interface for the DBOpeners
edu.rice.cs.hpc.traceviewer.db.DatabaseAccessInfo
edu.rice.cs.hpc.traceviewer.db.local.LocalDBOpener
edu.rice.cs.hpc.traceviewer.db.local.SpaceTimeDataControllerLocalThe local disk version of the Data controller
edu.rice.cs.hpc.traceviewer.db.remote.CompressedOutputStreamA wrapper around DataOutputStream and GZIPOutputStream
edu.rice.cs.hpc.traceviewer.db.remote.DecompressionThread
edu.rice.cs.hpc.traceviewer.db.remote.DecompressionThread.DecompressionItemToDo
edu.rice.cs.hpc.traceviewer.db.remote.IThreadListener
edu.rice.cs.hpc.traceviewer.db.remote.RemoteDataRetrieverHandles communication with the remote server, including asking for data and parsing data, but not opening the connection or closing the connection
edu.rice.cs.hpc.traceviewer.db.remote.RemoteDBOpenerHandles the protocol and commands to set up the session with the server
edu.rice.cs.hpc.traceviewer.db.remote.SpaceTimeDataControllerRemote
edu.rice.cs.hpc.traceviewer.db.remote.SpaceTimeDataControllerRemote.DecompressionThreadListener
edu.rice.cs.hpc.traceviewer.db.TraceDatabase
edu.rice.cs.hpc.traceviewer.depth.DepthDataPreparation
edu.rice.cs.hpc.traceviewer.depth.DepthPaintThread
edu.rice.cs.hpc.traceviewer.depth.DepthTimeCanvasA view for displaying the depthview
edu.rice.cs.hpc.traceviewer.depth.DepthTimeCanvas.DepthJobListener
edu.rice.cs.hpc.traceviewer.depth.DepthViewPaint
edu.rice.cs.hpc.traceviewer.depth.HPCDepthView
edu.rice.cs.hpc.traceviewer.depth.TimelineDepthThread
edu.rice.cs.hpc.traceviewer.filter.DualInputDialog
edu.rice.cs.hpc.traceviewer.filter.FilterDialog
edu.rice.cs.hpc.traceviewer.framework.ActivatorThe activator class controls the plug-in life cycle
edu.rice.cs.hpc.traceviewer.framework.ApplicationThis class controls all aspects of the application's execution
edu.rice.cs.hpc.traceviewer.framework.ApplicationActionBarAdvisorAn action bar advisor is responsible for creating, adding, and disposing of the actions added to a workbench window
edu.rice.cs.hpc.traceviewer.framework.ApplicationWorkbenchAdvisor
edu.rice.cs.hpc.traceviewer.framework.ApplicationWorkbenchWindowAdvisor
edu.rice.cs.hpc.traceviewer.icon.IconManager
edu.rice.cs.hpc.traceviewer.main.DetailDataPreparation
edu.rice.cs.hpc.traceviewer.main.DetailDataVisualization
edu.rice.cs.hpc.traceviewer.main.DetailImagePosition
edu.rice.cs.hpc.traceviewer.main.DetailPaintThread
edu.rice.cs.hpc.traceviewer.main.DetailViewPaint
edu.rice.cs.hpc.traceviewer.main.HPCTraceView
edu.rice.cs.hpc.traceviewer.main.ITraceViewAction
edu.rice.cs.hpc.traceviewer.main.SpaceTimeDetailCanvas
edu.rice.cs.hpc.traceviewer.main.SpaceTimeDetailCanvas.DetailBufferPaint
edu.rice.cs.hpc.traceviewer.main.SpaceTimeDetailCanvas.HistoryOperation
edu.rice.cs.hpc.traceviewer.main.TimelineThread
edu.rice.cs.hpc.traceviewer.main.TraceCoolBar
edu.rice.cs.hpc.traceviewer.misc.CallStackViewer
edu.rice.cs.hpc.traceviewer.misc.HPCCallStackViewA view for displaying the call path viewer and minimap
edu.rice.cs.hpc.traceviewer.misc.MiniCanvasRectangle
edu.rice.cs.hpc.traceviewer.misc.SpaceTimeMiniCanvas
edu.rice.cs.hpc.traceviewer.operation.BufferOperationContext
edu.rice.cs.hpc.traceviewer.operation.BufferRefreshOperation
edu.rice.cs.hpc.traceviewer.operation.DepthOperation
edu.rice.cs.hpc.traceviewer.operation.OperationHistoryAction
edu.rice.cs.hpc.traceviewer.operation.PositionOperation
edu.rice.cs.hpc.traceviewer.operation.PositionOperation.PositionOperationContext
edu.rice.cs.hpc.traceviewer.operation.RedoOperationAction
edu.rice.cs.hpc.traceviewer.operation.RefreshOperation
edu.rice.cs.hpc.traceviewer.operation.RefreshOperationContext
edu.rice.cs.hpc.traceviewer.operation.TraceOperation
edu.rice.cs.hpc.traceviewer.operation.TraceOperationApprover
edu.rice.cs.hpc.traceviewer.operation.TraceOperationContext
edu.rice.cs.hpc.traceviewer.operation.UndoableOperationContext
edu.rice.cs.hpc.traceviewer.operation.UndoOperationAction
edu.rice.cs.hpc.traceviewer.operation.ZoomOperation
edu.rice.cs.hpc.traceviewer.painter.AbstractTimeCanvas
edu.rice.cs.hpc.traceviewer.painter.BasePaintThread
edu.rice.cs.hpc.traceviewer.painter.BaseViewPaint
edu.rice.cs.hpc.traceviewer.painter.BufferedCanvas
edu.rice.cs.hpc.traceviewer.painter.BufferPaint
edu.rice.cs.hpc.traceviewer.painter.ImagePosition
edu.rice.cs.hpc.traceviewer.painter.ImageTraceAttributes
edu.rice.cs.hpc.traceviewer.painter.ISpaceTimeCanvas
edu.rice.cs.hpc.traceviewer.painter.ITraceCanvas
edu.rice.cs.hpc.traceviewer.painter.ResizeListener
edu.rice.cs.hpc.traceviewer.painter.SpaceTimeCanvas
edu.rice.cs.hpc.traceviewer.services.DataService
edu.rice.cs.hpc.traceviewer.services.ProcessTimelineService
edu.rice.cs.hpc.traceviewer.spaceTimeData.Frame
edu.rice.cs.hpc.traceviewer.spaceTimeData.Position
edu.rice.cs.hpc.traceviewer.spaceTimeData.SpaceTimeDataController
edu.rice.cs.hpc.traceviewer.spaceTimeData.TraceDataVisitor
edu.rice.cs.hpc.traceviewer.summary.HPCSummaryView
edu.rice.cs.hpc.traceviewer.summary.SummaryTimeCanvas
edu.rice.cs.hpc.traceviewer.summary.SummaryTimeCanvas.SummaryTooltip
edu.rice.cs.hpc.traceviewer.timeline.BaseTimelineThread
edu.rice.cs.hpc.traceviewer.ui.AbstractTimeView
edu.rice.cs.hpc.traceviewer.ui.DataViewer
edu.rice.cs.hpc.traceviewer.ui.HPCDataViewA view for displaying application data objects
edu.rice.cs.hpc.traceviewer.ui.IActiveNotification
edu.rice.cs.hpc.traceviewer.ui.OpenDatabaseDialog
edu.rice.cs.hpc.traceviewer.ui.Perspective
edu.rice.cs.hpc.traceviewer.ui.ProcedureClassDialog
edu.rice.cs.hpc.traceviewer.ui.ProcedureClassDialog.ClassColumnLabelProviderLabel provider for column class
edu.rice.cs.hpc.traceviewer.ui.ProcedureClassDialog.ColumnViewerSorter
edu.rice.cs.hpc.traceviewer.ui.ProcedureClassDialog.ImageCache
edu.rice.cs.hpc.traceviewer.ui.ProcedureMapDetailDialog
edu.rice.cs.hpc.traceviewer.util.TraceProgressReport
edu.rice.cs.hpc.traceviewer.util.Utility
edu.rice.cs.hpc.viewer.actions.CloseDatabase
edu.rice.cs.hpc.viewer.actions.CloseWindow
edu.rice.cs.hpc.viewer.actions.DebugShowCCT
edu.rice.cs.hpc.viewer.actions.DebugShowFlatID
edu.rice.cs.hpc.viewer.actions.HelpManual
edu.rice.cs.hpc.viewer.actions.MergeDatabase
edu.rice.cs.hpc.viewer.actions.MergeDatabase.ExperimentLabelProvider
edu.rice.cs.hpc.viewer.actions.MergeDatabaseFlat
edu.rice.cs.hpc.viewer.actions.MergeDatabaseTopDown
edu.rice.cs.hpc.viewer.actions.NewWindow
edu.rice.cs.hpc.viewer.actions.OpenDatabase
edu.rice.cs.hpc.viewer.actions.Preferences
edu.rice.cs.hpc.viewer.actions.ResetPerspectiveReset the layout
edu.rice.cs.hpc.viewer.actions.ShowMetricProperties
edu.rice.cs.hpc.viewer.actions.ShowView
edu.rice.cs.hpc.viewer.actions.ShowView.DatabaseLabelProvider
edu.rice.cs.hpc.viewer.actions.ShowView.TreeItemNode
edu.rice.cs.hpc.viewer.actions.ShowView.ViewTreeDialog
edu.rice.cs.hpc.viewer.actions.showXML
edu.rice.cs.hpc.viewer.db.DataSummary
edu.rice.cs.hpc.viewer.editor.BaseEditorManager
edu.rice.cs.hpc.viewer.editor.EditorManagerClass specifically designed to manage editor such as displaying source code editor
edu.rice.cs.hpc.viewer.editor.IViewerEditor
edu.rice.cs.hpc.viewer.editor.SourceCodeEditor
edu.rice.cs.hpc.viewer.experiment.ExperimentManagerThis class manages to select, load and open a database directory We assume that a database directory contains an XML file (i.e
edu.rice.cs.hpc.viewer.experiment.ExperimentView
edu.rice.cs.hpc.viewer.framework.ActivatorThe activator class controls the plug-in life cycle
edu.rice.cs.hpc.viewer.framework.ApplicationActionBarAdvisorAn action bar advisor is responsible for creating, adding, and disposing of the actions added to a workbench window
edu.rice.cs.hpc.viewer.framework.ApplicationWorkbenchAdvisor
edu.rice.cs.hpc.viewer.framework.ApplicationWorkbenchWindowAdvisor
edu.rice.cs.hpc.viewer.framework.HPCViewerThis class controls all aspects of the application's execution
edu.rice.cs.hpc.viewer.framework.Perspective
edu.rice.cs.hpc.viewer.graph.GraphEditor
edu.rice.cs.hpc.viewer.graph.GraphEditorBaseBase class for hpcviewer editor to display graph
edu.rice.cs.hpc.viewer.graph.GraphEditorHisto
edu.rice.cs.hpc.viewer.graph.GraphEditorInput
edu.rice.cs.hpc.viewer.graph.GraphEditorPlot
edu.rice.cs.hpc.viewer.graph.GraphEditorPlotSort
edu.rice.cs.hpc.viewer.graph.GraphMenu
edu.rice.cs.hpc.viewer.graph.GraphMenu.ScopeGraphAction
edu.rice.cs.hpc.viewer.graph.GraphType
edu.rice.cs.hpc.viewer.graph.Histogram
edu.rice.cs.hpc.viewer.help.HTMLEditor
edu.rice.cs.hpc.viewer.help.OutBrowser
edu.rice.cs.hpc.viewer.metric.BaseMetricLabelProvider
edu.rice.cs.hpc.viewer.metric.ExpressionVerification
edu.rice.cs.hpc.viewer.metric.ExtDerivedMetricDlg
edu.rice.cs.hpc.viewer.metric.IMetricLabelProvider
edu.rice.cs.hpc.viewer.metric.MetricLabelProviderThis class adds support for the MetricLabelProvider extension point in the viewer
edu.rice.cs.hpc.viewer.metric.MetricLabelProvider.ExtensionSafeRunnableRunnable class to make sure that the execution of an extension doesn't perturb the current view
edu.rice.cs.hpc.viewer.metric.MetricPropertyDialog
edu.rice.cs.hpc.viewer.metric.MetricPropertyDialog.PropertiesModelData model for the column properties Containing two items: the state and the title
edu.rice.cs.hpc.viewer.metric.ThreadLevelDataFile
edu.rice.cs.hpc.viewer.metric.ThreadLevelDataFile.DataReadThread
edu.rice.cs.hpc.viewer.metric.ThreadLevelDataManager
edu.rice.cs.hpc.viewer.metric.ThreadLevelDataManager.ProgressReport
edu.rice.cs.hpc.viewer.metric.ThreadLevelDataManager.ThreadLevelDataCompatibilityClass to cache the name of merged thread-level data files
edu.rice.cs.hpc.viewer.provider.DatabaseState
edu.rice.cs.hpc.viewer.resources.IconsSingleton class containing global variables for icons
edu.rice.cs.hpc.viewer.scope.AbstractBaseScopeViewAbstract class of view-part for different types of views:

  • calling context view (top down)
  • callers view (bottom-down)
  • flat view (static)
  • thread scope view (not implemented yet, but it will shows metric of a thread)
edu.rice.cs.hpc.viewer.scope.AbstractBaseScopeView.ScopeMouseListener
edu.rice.cs.hpc.viewer.scope.AbstractBaseScopeView.ScopeViewTreeActionActions/menus for Scope view tree
edu.rice.cs.hpc.viewer.scope.AbstractContentProvider
edu.rice.cs.hpc.viewer.scope.BaseScopeView
edu.rice.cs.hpc.viewer.scope.BaseScopeViewActions
edu.rice.cs.hpc.viewer.scope.bottomup.CallerScopeViewView class for caller view
edu.rice.cs.hpc.viewer.scope.bottomup.CallerViewContentProvider
edu.rice.cs.hpc.viewer.scope.CallingContextActionsGUI
edu.rice.cs.hpc.viewer.scope.CallingContextViewActions
edu.rice.cs.hpc.viewer.scope.ColumnViewerSorter
edu.rice.cs.hpc.viewer.scope.flat.FlatScopeViewClass for flat view scope
edu.rice.cs.hpc.viewer.scope.flat.FlatScopeViewActions
edu.rice.cs.hpc.viewer.scope.flat.FlatScopeViewActionsGUIActions GUI class specifically designed for flat view
edu.rice.cs.hpc.viewer.scope.flat.FlatViewContentProvider
edu.rice.cs.hpc.viewer.scope.IScopeActionsGUI
edu.rice.cs.hpc.viewer.scope.ScopeActions
edu.rice.cs.hpc.viewer.scope.ScopeTreeViewerWe set lazy virtual bit in this viewer
edu.rice.cs.hpc.viewer.scope.ScopeViewActionsClass to manage the actions of the tree view such as zooms, flattening, resize the columns, etc
edu.rice.cs.hpc.viewer.scope.ScopeViewActions.HotCallPathClass to store the information on the tree item path
edu.rice.cs.hpc.viewer.scope.ScopeViewActions.IActionType
edu.rice.cs.hpc.viewer.scope.ScopeViewActions.RestoreMessageThreadClass to restoring the background of the message bar by waiting for 5 seconds TODO: we need to parameterize the timing for the wait
edu.rice.cs.hpc.viewer.scope.ScopeViewActionsGUIGeneral actions GUI for basic scope views like caller view and calling context view This GUI includes tool bar for zooms, add derived metrics, show/hide columns, and hot call path
edu.rice.cs.hpc.viewer.scope.ScopeZoom
edu.rice.cs.hpc.viewer.scope.StyledScopeLabelProvider
edu.rice.cs.hpc.viewer.scope.topdown.ScopeTreeContentProvider
edu.rice.cs.hpc.viewer.scope.topdown.ScopeViewBasic class for scope views: calling context and caller view
edu.rice.cs.hpc.viewer.util.BaseWindowTitle
edu.rice.cs.hpc.viewer.util.ColumnPropertiesDialogClass to show the dialog box of columns properties such as show/hidden
edu.rice.cs.hpc.viewer.util.ColumnPropertiesDialog.CheckLabelProviderLabel provider for the table
edu.rice.cs.hpc.viewer.util.ColumnPropertiesDialog.ColumnCheckTableViewerClass to mimic CheckboxTableViewer to accept the update of checked items
edu.rice.cs.hpc.viewer.util.ColumnPropertiesDialog.ColumnFilterClass to filter the content of the table of columns
edu.rice.cs.hpc.viewer.util.ColumnPropertiesDialog.PropertiesModelData model for the column properties Containing two items: the state and the title
edu.rice.cs.hpc.viewer.util.IWindowTitle
edu.rice.cs.hpc.viewer.util.PreferenceConstantsConstant definitions for plug-in preferences
edu.rice.cs.hpc.viewer.util.PreferenceInitializerClass used to initialize default preference values
edu.rice.cs.hpc.viewer.util.TreeItemManager
edu.rice.cs.hpc.viewer.util.TreeItemManager.ElementDescriptorClass containing elements for the context
edu.rice.cs.hpc.viewer.util.UtilitiesClass providing auxiliary utilities methods
edu.rice.cs.hpc.viewer.util.ViewerPreferencePageThis class represents a preference page that is contributed to the Preferences dialog
edu.rice.cs.hpc.viewer.util.WindowTitle
edu.rice.cs.hpc.viewer.util.WindowTitle.ExtensionSafeRunnable
edu.rice.cs.hpc.viewer.window.Database
edu.rice.cs.hpc.viewer.window.ViewerWindowThis class is used to record information about one hpcviewer window
edu.rice.cs.hpc.viewer.window.ViewerWindowManagerThe viewer window manager keeps track of which performance databases have been opened for each window created by the hpcviewer

Generated on 5 May 2015 for HPCVIEWER by  doxygen 1.6.1