crown  1.0.0
src/crown-binary.cpp File Reference
#include <pelib/Scalar.hpp>
#include <pelib/argument_parsing.hpp>
#include <pelib/scheduler.h>
#include <pelib/dl.h>
#include <crown/crown-scheduler.hpp>
#include <crown/CrownAllocation.hpp>
#include <crown/CrownMapping.hpp>
#include <crown/CrownScaling.hpp>
#include <crown/CrownBinary.hpp>
Include dependency graph for crown-binary.cpp:

Go to the source code of this file.

Classes

struct  args

Defines

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

Typedefs

typedef struct args args_t

Functions

const CrownSchedulercrown_scheduler (size_t argc, char **argv, const CrownScheduler *composite)

Define Documentation

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

Definition at line 36 of file crown-binary.cpp.


Typedef Documentation

typedef struct args args_t

Definition at line 53 of file crown-binary.cpp.


Function Documentation

const CrownScheduler* crown_scheduler ( size_t  argc,
char **  argv,
const CrownScheduler composite 
)

Definition at line 142 of file crown-binary.cpp.