MetricAttribute
Attribute corresponding to a metric.
Synopsis
Declared in <src/midend/astProcessing/AstAttributeMechanism.h>
class MetricAttribute
: public AstAttribute
Base Classes
Name |
Description |
Base class for all IR node attribute values. |
Member Functions
Name |
Description |
|
Constructors |
|
|
|
|
|
|
|
|
Multiplication assignment operator |
|
Addition assignment operator |
|
Subtraction assignment operator |
|
Division assignment operator |
|
|
|
|
|
|
|
|
|
|
Protected Data Members
Name |
Description
A metric attribute represents a numeric value obtained by either dynamic analysis (gprof or hpct) or static analysis (for example number of flop operations in a function) It MetricAttribute can be a raw (observed), or a propagated (derived) count It containes no name‐string, because the attribute is stored in an AttributeMechanism‐map, where the name is the key.
Created with MrDocs