Otawa  0.10
proc_Monitor.cpp File Reference
#include <elm/sys/System.h>
#include <otawa/proc/Monitor.h>

Namespaces

 otawa
 $Id$ Copyright (c) 2007, IRIT - UPS casse.nosp@m.@iri.nosp@m.t.fr
 

Functions

Identifier< elm::io::OutStream * > otawa::OUTPUT ("otawa::OUTPUT",&io::out)
 This property identifier is used for setting the output stream used by the processor to write results. More...
 
Identifier< elm::io::OutStream * > otawa::LOG ("otawa::LOG",&io::err)
 This property identifier is used for setting the log stream used by the processor to write messages (information, warning, error). More...
 
Identifier< bool > otawa::VERBOSE ("otawa::VERBOSE", false)
 This property activates the verbose mode of the processor: information about the processor work will be displayed. More...
 
Identifier< Monitor::log_level_t > otawa::LOG_LEVEL ("otawa::LOG_LEVEL", Monitor::LOG_NONE)
 Property passed in the configuration property list of a processor to select the log level between LOG_PROC, LOG_CFG or LOG_BB. More...