pelib  2.0.0
src/Taskgraph.cpp File Reference
#include <sstream>
#include <pelib/Taskgraph.hpp>
#include <pelib/DeadlineCalculator.hpp>
#include <pelib/ParseException.hpp>
#include <pelib/CastException.hpp>
#include <pelib/PelibException.hpp>
#include <pelib/DummyCore.hpp>
#include <pelib/Scalar.hpp>
#include <pelib/Vector.hpp>
#include <pelib/Matrix.hpp>
Include dependency graph for Taskgraph.cpp:

Go to the source code of this file.

Namespaces

namespace  pelib

Defines

#define debug(var)   cout << "[" << __FILE__ << ":" << __FUNCTION__ << ":" << __LINE__ << "] " << #var << " = \"" << var << "\"" << endl;

Define Documentation

#define debug (   var)    cout << "[" << __FILE__ << ":" << __FUNCTION__ << ":" << __LINE__ << "] " << #var << " = \"" << var << "\"" << endl;

Definition at line 39 of file Taskgraph.cpp.