| com.graphbuilder.math.AddNode | A node of an expression tree, represented by the symbol "+" |
| com.graphbuilder.math.DivNode | A node of an expression tree, represented by the symbol "/" |
| com.graphbuilder.math.EqualNode | Check the value of comparison sign = or == |
| com.graphbuilder.math.Expression | The class from which all nodes of an expression tree are descendents |
| com.graphbuilder.math.ExpressionParseException | Exception thrown if expression cannot be parsed correctly |
| com.graphbuilder.math.ExpressionTree | |
| com.graphbuilder.math.func.AbsFunction | The absolute function |
| com.graphbuilder.math.func.AvgFunction | The average function |
| com.graphbuilder.math.func.CeilFunction | The ceiling function |
| com.graphbuilder.math.func.CombinFunction | The combination function |
| com.graphbuilder.math.func.EFunction | Euler's number, e, also called the base of natural logarithms |
| com.graphbuilder.math.func.ExpFunction | The exp function |
| com.graphbuilder.math.func.FactFunction | The factorial function |
| com.graphbuilder.math.func.FloorFunction | The floor function |
| com.graphbuilder.math.func.Function | The Function interface represents a function that takes a number of inputs and returns a value |
| com.graphbuilder.math.func.IfFunction | |
| com.graphbuilder.math.func.LgFunction | The log base 2 function |
| com.graphbuilder.math.func.LnFunction | The natural logarithm function |
| com.graphbuilder.math.func.LogFunction | The log function |
| com.graphbuilder.math.func.MaxFunction | The max function |
| com.graphbuilder.math.func.MinFunction | The min function |
| com.graphbuilder.math.func.ModFunction | The mod function |
| com.graphbuilder.math.func.PowFunction | The power function |
| com.graphbuilder.math.func.RoundFunction | The round function |
| com.graphbuilder.math.func.SignFunction | The sign function |
| com.graphbuilder.math.func.SqrtFunction | The square root function |
| com.graphbuilder.math.func.SumFunction | The sum function |
| com.graphbuilder.math.FuncMap | |
| com.graphbuilder.math.FuncNode | A node of an expression tree that represents a function |
| com.graphbuilder.math.MultNode | A node of an expression tree, represented by the symbol "*" |
| com.graphbuilder.math.OpNode | A node of an expression tree that has exactly 2 children, a left child and a right child |
| com.graphbuilder.math.PascalsTriangle | PascalsTriangle can be used for O(1) lookup of the nCr function |
| com.graphbuilder.math.PowNode | A node of an expression tree, represented by the symbol "^" |
| com.graphbuilder.math.SubNode | A node of an expression tree, represented by the symbol "-" |
| com.graphbuilder.math.TermNode | A node of an expression tree that represents a variable or a function |
| com.graphbuilder.math.ValNode | A node of an expression tree that represents a value |
| com.graphbuilder.math.VarMap | |
| com.graphbuilder.math.VarNode | A 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.Buffer | Usually not to be used by applications |
| com.jcraft.jsch.Channel | The abstract base class for the different types of channel which may be associated with a Session |
| com.jcraft.jsch.ChannelAgentForwarding | |
| com.jcraft.jsch.ChannelDirectTCPIP | A Channel which allows forwarding a pair of local streams to/from a TCP-connection to a server on the remote side |
| com.jcraft.jsch.ChannelExec | A channel connected to a remotely executing program |
| com.jcraft.jsch.ChannelForwardedTCPIP | A Channel created when a forwarded port at the remote side is connected |
| com.jcraft.jsch.ChannelSession | Base class for all session channels |
| com.jcraft.jsch.ChannelShell | A channel connected to a remote shell |
| com.jcraft.jsch.ChannelSubsystem | A channel connected to a subsystem of the server process |
| com.jcraft.jsch.ChannelX11 | |
| com.jcraft.jsch.Compression | Usually not to be used by applications |
| com.jcraft.jsch.ForwardedTCPIPDaemon | A local deamon process executed when a host connects to to a forwarded port at the remote side |
| com.jcraft.jsch.HASH | Usually not to be used by applications |
| com.jcraft.jsch.HostKey | The public key of a SSH server |
| com.jcraft.jsch.HostKeyRepository | A repository for known host keys |
| com.jcraft.jsch.Identity | A user identity for public-key authentication |
| com.jcraft.jsch.IdentityFile | The default (internal) Identity implementation, using explicitly given public and private RSA or DSA keys |
| com.jcraft.jsch.IO | Usually 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.JSch | This 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.JSchException | Will be thrown if anything goes wrong with the SSH protocol |
| com.jcraft.jsch.JSchPartialAuthException | |
| com.jcraft.jsch.KeyExchange | Usually not to be used by applications |
| com.jcraft.jsch.KeyPair | Base class for a pair of public and private key |
| com.jcraft.jsch.KeyPairDSA | Usually not to be used by applications |
| com.jcraft.jsch.KeyPairRSA | Usually not to be used by applications |
| com.jcraft.jsch.KnownHosts | Usually not to be used by applications |
| com.jcraft.jsch.KnownHosts.HashedHostKey | |
| com.jcraft.jsch.Packet | Usually not to be used by applications |
| com.jcraft.jsch.PortWatcher | |
| com.jcraft.jsch.Proxy | Allows routing connections through some proxy |
| com.jcraft.jsch.ProxyHTTP | A Proxy implementation using a HTTP proxy |
| com.jcraft.jsch.ProxySOCKS4 | A Proxy implementation using a SOCKS V5 proxy |
| com.jcraft.jsch.ProxySOCKS5 | A Proxy implementation using a SOCKS V5 proxy |
| com.jcraft.jsch.Request | This abstract base class represents a channel-specific request (SSH_MSG_CHANNEL_REQUEST) to be sent to the remote side |
| com.jcraft.jsch.RequestAgentForwarding | A request to enable forwarding of SSH authentication agent requests |
| com.jcraft.jsch.RequestEnv | |
| com.jcraft.jsch.RequestExec | |
| com.jcraft.jsch.RequestPtyReq | |
| com.jcraft.jsch.RequestSftp | Usually not to be used by applications |
| com.jcraft.jsch.RequestShell | |
| com.jcraft.jsch.RequestSignal | |
| com.jcraft.jsch.RequestSubsystem | Usually not to be used by applications |
| com.jcraft.jsch.RequestWindowChange | |
| com.jcraft.jsch.RequestX11 | A request to forward X11 connections to remote programs connected to a channel |
| com.jcraft.jsch.ServerSocketFactory | A factory for ServerSockets |
| com.jcraft.jsch.Session | A Session represents a connection to a SSH server |
| com.jcraft.jsch.SftpException | This exception will be thrown if anything goes wrong while using the SFTP protocol |
| com.jcraft.jsch.SocketFactory | A factory for (client) sockets |
| com.jcraft.jsch.UserAuth | Usually 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.UserInfo | Allows user interaction |
| com.jcraft.jsch.Util | |
| edu.rice.cs.hpc.common.plugin.Activator | The 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.ProcedureAliasMap | Class 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.Experiment | An HPCView experiment and its data |
| edu.rice.cs.hpc.data.experiment.ExperimentConfiguration | An object containing an HPCView experiment's configuration data |
| edu.rice.cs.hpc.data.experiment.ExperimentFile | Interface 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.InvalExperimentException | Exception 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.Metric | A 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.MetricValue | A value of a metric at some scope |
| edu.rice.cs.hpc.data.experiment.metric.MetricValueFormat | The 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.StdDevFunction | The average function |
| edu.rice.cs.hpc.data.experiment.metric.TestMetricFormat | |
| edu.rice.cs.hpc.data.experiment.RemoteDatabaseRepresentation | |
| edu.rice.cs.hpc.data.experiment.scope.AlienScope | A procedure scope in an HPCView experiment |
| edu.rice.cs.hpc.data.experiment.scope.CallerScopeBuilder | |
| edu.rice.cs.hpc.data.experiment.scope.CallSiteScope | A 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.FileScope | A 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.LineScope | A single-line scope in an HPCView experiment |
| edu.rice.cs.hpc.data.experiment.scope.LoadModuleScope | |
| edu.rice.cs.hpc.data.experiment.scope.LoopScope | A loop scope in an HPCView experiment |
| edu.rice.cs.hpc.data.experiment.scope.ProcedureScope | A procedure scope in an HPCView experiment |
| edu.rice.cs.hpc.data.experiment.scope.RootScope | The root scope of an HPCView experiment |
| edu.rice.cs.hpc.data.experiment.scope.RootScopeType | |
| edu.rice.cs.hpc.data.experiment.scope.Scope | A scope in an HPCView experiment |
| edu.rice.cs.hpc.data.experiment.scope.ScopeVisitType | |
| edu.rice.cs.hpc.data.experiment.scope.StatementRangeScope | A scope in an HPCView experiment consisting of a range of lines |
| edu.rice.cs.hpc.data.experiment.scope.TreeNode | This 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.DerivedMetricVisitor | Class 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.InclusiveMetricsScopeVisitor | Visitor 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.AbstractSourceFile | An abstract superclass for all source file classes |
| edu.rice.cs.hpc.data.experiment.source.EmptySourceFile | A reference to an empty source file |
| edu.rice.cs.hpc.data.experiment.source.FileSystemSourceFile | A reference to a source file in an HPCView experiment |
| edu.rice.cs.hpc.data.experiment.source.SourceFile | The 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.Builder | Abstract superclass of all XML builder classes |
| edu.rice.cs.hpc.data.experiment.xml.ExperimentBuilder2 | Builder for an XML parser for HPCViewer experiment files |
| edu.rice.cs.hpc.data.experiment.xml.ExperimentFileXML | A file containing an HPCView experiment in XML representation |
| edu.rice.cs.hpc.data.experiment.xml.OldXMLFormatException | |
| edu.rice.cs.hpc.data.experiment.xml.Parser | A fast callback-based (SAX2) XML parser |
| edu.rice.cs.hpc.data.experiment.xml.Parser.Handler | An 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.Dialogs | Convenience 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.LargeByteBuffer | The 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.Strings | The texts used in hpcviewer's user interface |
| edu.rice.cs.hpc.data.util.Util | Miscellaneous useful operations |
| edu.rice.cs.hpc.data.util.Util.FileThreadsMetricFilter | File 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.FileXMLFilter | Class 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.Versions | The 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.Activator | The 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.ProcessTimeline | A 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.AbstractDBOpener | An 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.SpaceTimeDataControllerLocal | The local disk version of the Data controller |
| edu.rice.cs.hpc.traceviewer.db.remote.CompressedOutputStream | A 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.RemoteDataRetriever | Handles 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.RemoteDBOpener | Handles 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.DepthTimeCanvas | A 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.Activator | The activator class controls the plug-in life cycle |
| edu.rice.cs.hpc.traceviewer.framework.Application | This class controls all aspects of the application's execution |
| edu.rice.cs.hpc.traceviewer.framework.ApplicationActionBarAdvisor | An 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.HPCCallStackView | A 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.HPCDataView | A 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.ClassColumnLabelProvider | Label 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.ResetPerspective | Reset 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.EditorManager | Class 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.ExperimentManager | This 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.Activator | The activator class controls the plug-in life cycle |
| edu.rice.cs.hpc.viewer.framework.ApplicationActionBarAdvisor | An 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.HPCViewer | This 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.GraphEditorBase | Base 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.MetricLabelProvider | This class adds support for the MetricLabelProvider extension point in the viewer |
| edu.rice.cs.hpc.viewer.metric.MetricLabelProvider.ExtensionSafeRunnable | Runnable 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.PropertiesModel | Data 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.ThreadLevelDataCompatibility | Class to cache the name of merged thread-level data files |
| edu.rice.cs.hpc.viewer.provider.DatabaseState | |
| edu.rice.cs.hpc.viewer.resources.Icons | Singleton class containing global variables for icons |
| edu.rice.cs.hpc.viewer.scope.AbstractBaseScopeView | Abstract 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.ScopeViewTreeAction | Actions/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.CallerScopeView | View 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.FlatScopeView | Class for flat view scope |
| edu.rice.cs.hpc.viewer.scope.flat.FlatScopeViewActions | |
| edu.rice.cs.hpc.viewer.scope.flat.FlatScopeViewActionsGUI | Actions 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.ScopeTreeViewer | We set lazy virtual bit in this viewer |
| edu.rice.cs.hpc.viewer.scope.ScopeViewActions | Class to manage the actions of the tree view such as zooms, flattening, resize the columns, etc |
| edu.rice.cs.hpc.viewer.scope.ScopeViewActions.HotCallPath | Class to store the information on the tree item path |
| edu.rice.cs.hpc.viewer.scope.ScopeViewActions.IActionType | |
| edu.rice.cs.hpc.viewer.scope.ScopeViewActions.RestoreMessageThread | Class 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.ScopeViewActionsGUI | General 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.ScopeView | Basic class for scope views: calling context and caller view |
| edu.rice.cs.hpc.viewer.util.BaseWindowTitle | |
| edu.rice.cs.hpc.viewer.util.ColumnPropertiesDialog | Class to show the dialog box of columns properties such as show/hidden |
| edu.rice.cs.hpc.viewer.util.ColumnPropertiesDialog.CheckLabelProvider | Label provider for the table |
| edu.rice.cs.hpc.viewer.util.ColumnPropertiesDialog.ColumnCheckTableViewer | Class to mimic CheckboxTableViewer to accept the update of checked items |
| edu.rice.cs.hpc.viewer.util.ColumnPropertiesDialog.ColumnFilter | Class to filter the content of the table of columns |
| edu.rice.cs.hpc.viewer.util.ColumnPropertiesDialog.PropertiesModel | Data 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.PreferenceConstants | Constant definitions for plug-in preferences |
| edu.rice.cs.hpc.viewer.util.PreferenceInitializer | Class used to initialize default preference values |
| edu.rice.cs.hpc.viewer.util.TreeItemManager | |
| edu.rice.cs.hpc.viewer.util.TreeItemManager.ElementDescriptor | Class containing elements for the context |
| edu.rice.cs.hpc.viewer.util.Utilities | Class providing auxiliary utilities methods |
| edu.rice.cs.hpc.viewer.util.ViewerPreferencePage | This 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.ViewerWindow | This class is used to record information about one hpcviewer window |
| edu.rice.cs.hpc.viewer.window.ViewerWindowManager | The viewer window manager keeps track of which performance databases have been opened for each window created by the hpcviewer |