Provides an API for access to TAU performance data.

The DMS package provides access to the TAU data in three forms: PerfDMF database, pprof.dat files, and streaming TAU data. The user is expected to create an instance of a DataSession object, and refer to all data through the public methods of the DataSession object.

Currently, only support for PerfDMF is available. Support for pprof.dat files and streaming TAU data will be available in a future release.

The DataSession object can return one of several data objects, including Application, Experiment, Trial, Function, FunctionDataObject, UserEvent and UserEventDataObject.

Package Specification

N/A

Related Documentation

For overviews, tutorials, examples, guides, and tool documentation, please see: @see edu.uoregon.tau.dms.dss.Application @see edu.uoregon.tau.dms.dss.DataSession @see edu.uoregon.tau.dms.dss.DataSessionIterator @see edu.uoregon.tau.dms.dss.Experiment @see edu.uoregon.tau.dms.dss.IntervalEvent @see edu.uoregon.tau.dms.dss.IntervalLocationProfile @see edu.uoregon.tau.dms.dss.PerfDMFSession @see edu.uoregon.tau.dms.dss.Trial @see edu.uoregon.tau.dms.dss.AtomicEvent @see edu.uoregon.tau.dms.dss.AtomicLocationProfile @since 0.1