An efficient dynamic data-dependence profiler
An efficient dynamic data-dependence profiler
$ mkdir build
$ cd build
$ cmake ..
$ make
$ cd build
$ ./tracer/instrument.sh path/to/source.c
The C program will be compiled with instrumentation into the executable build/tracer/tracer
.
$ cd build
$ ./tracer/tracer | ./analyser/deppy
$ cd build
$ ./test/tests