Package openss :: Module openss_classes :: Class MetricType
[show private | hide private]
[frames | no frames]

Class MetricType


A tuple that describes an experiment metric.
Method Summary
  __init__(self, val_1, val_2)
Construct a single metric MetricType object.

Method Details

__init__(self, val_1, val_2=None)
(Constructor)

Construct a single metric MetricType object.

Since the first value is optional in the OpenSpeedShop grammar, we check to see how many arguments are given before assigning the internal elements.
  • If only one value, that will be the metric name.
  • If two values, the first will be the experiment type and the second the metric name.

Generated by Epydoc 2.1 on Fri Nov 11 11:55:14 2005 http://epydoc.sf.net