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... | |
Main executable file to start the runtime.
Definition in file main.c.
| #define USAGE_ARGS " -j dfg.json -i runtime_id [-l statlog] [-p profiling_prob]" |
1.8.6