My Project
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
Macros | Functions
main.c File Reference

Main executable file to start the runtime. More...

#include "worker_thread.h"
#include "local_files.h"
#include "rt_stats.h"
#include "logging.h"
#include "runtime_dfg.h"
#include "controller_communication.h"
#include "output_thread.h"
#include "socket_monitor.h"
#include "profiler.h"
#include <stdlib.h>
#include <unistd.h>
#include <stdbool.h>
#include <getopt.h>
#include <libgen.h>
#include <stdio.h>

Go to the source code of this file.

Macros

#define USAGE_ARGS   " -j dfg.json -i runtime_id [-l statlog] [-p profiling_prob]"
 The command-line arguments. More...
 

Functions

int main (int argc, char **argv)
 Entry point to start the runtime. More...
 

Detailed Description

Main executable file to start the runtime.

Definition in file main.c.

Macro Definition Documentation

#define USAGE_ARGS   " -j dfg.json -i runtime_id [-l statlog] [-p profiling_prob]"

The command-line arguments.

Definition at line 43 of file main.c.

Function Documentation

int main ( int  argc,
char **  argv 
)

Entry point to start the runtime.

Definition at line 49 of file main.c.