Otawa  0.10
TrivialLBlockTime.h
Go to the documentation of this file.
1 /*
2  * $Id$
3  * Copyright (c) 2005, IRIT UPS.
4  *
5  * otawa/util/TrivialLBlockTime.h -- interface for TrivialLBlockTime class.
6  */
7 #ifndef OTAWA_UTIL_TRIVIALLBLOCKTIME_H
8 #define OTAWA_UTIL_TRIVIALLBLOCKTIME_H
9 
10 #include <otawa/proc/BBProcessor.h>
11 
12 namespace otawa {
13 
14 // TrivialBBLBlockTime class
16  int itime;
17  void init(const PropList& props);
18 public:
20 
21  TrivialBBLBlockTime(const PropList& props);
22 
23 };
24 
25 } // otawa
26 
27 
28 #endif // OTAWA_UTIL_TRIVIALLBLOCKTIME_H
void init(const PropList &props)
This processor is dedicated to the basic block process thru proccessBB() method.
Definition: BBProcessor.h:72
TrivialBBLBlockTime(const PropList &props)
static Identifier ID_InstTime
Definition: TrivialLBlockTime.h:19
Definition: TrivialLBlockTime.h:15
This class represents identifier with a typed associated value.
Definition: Identifier.h:51
This a list of properties.
Definition: PropList.h:63
int itime
Definition: TrivialLBlockTime.h:16