#include <dagan.H>
Inheritance diagram for DAGAnalysis:

Public Member Functions | |
| DAGAnalysis (int Inp_start, int Inp_end, int Ret_start, int Ret_end, int Fp_ret_start, int Fp_ret_end) | |
| DAGAnalysis (machine *m, knobs *k, int Inp_start, int Inp_end, int Ret_start, int Ret_end, int Fp_ret_start, int Fp_ret_end) | |
| ~DAGAnalysis () | |
| SetRegionId (int i) | |
| SetProcName (char *i) | |
| void | Measure (DAGMeasurements *measure) |
| BigListElement * | FindOp (legoOp *op) |
| DAGAnalysis (int Inp_start, int Inp_end, int Ret_start, int Ret_end, int Fp_ret_start, int Fp_ret_end) | |
| DAGAnalysis (machine *m, knobs *k, int Inp_start, int Inp_end, int Ret_start, int Ret_end, int Fp_ret_start, int Fp_ret_end) | |
| ~DAGAnalysis () | |
| SetRegionId (int i) | |
| SetProcName (char *i) | |
| void | Measure (DAGMeasurements *measure) |
| BigListElement * | FindOp (legoOp *op) |
Private Attributes | |
| int | _region_id |
| char * | _proc_name |
| char * | _proc_name |
|
||||||||||||||||||||||||||||
|
Definition at line 105 of file include/dagan.H. References _proc_name, and _region_id. |
|
||||||||||||||||||||||||||||||||||||
|
Definition at line 109 of file include/dagan.H. References _proc_name, and _region_id. |
|
|
Definition at line 113 of file include/dagan.H. References _proc_name. |
|
||||||||||||||||||||||||||||
|
Definition at line 105 of file src/dagan.H. References _proc_name, and _region_id. |
|
||||||||||||||||||||||||||||||||||||
|
Definition at line 109 of file src/dagan.H. References _proc_name, and _region_id. |
|
|
Definition at line 113 of file src/dagan.H. References _proc_name. |
|
|
|
|
|
Definition at line 97 of file dagan.C. References legoOp::GetOpId(), LegoFatal(), dag::MasterList, and dag::VectorActive. Referenced by Measure(). |
|
|
|
|
|
|
Definition at line 116 of file src/dagan.H. References _proc_name, i, strcpy(), and strlen(). |
|
|
Definition at line 116 of file include/dagan.H. References _proc_name, i, strcpy(), and strlen(). Referenced by main(). |
|
|
Definition at line 115 of file src/dagan.H. References _region_id, and i. |
|
|
Definition at line 115 of file include/dagan.H. References _region_id, and i. Referenced by main(). |
|
|
Definition at line 132 of file src/dagan.H. |
|
|
Definition at line 132 of file include/dagan.H. Referenced by DAGAnalysis(), SetProcName(), and ~DAGAnalysis(). |
|
|
Definition at line 131 of file src/dagan.H. Referenced by DAGAnalysis(), and SetRegionId(). |
1.3.2