reactor-c
C Runtime for Lingua Franca
Loading...
Searching...
No Matches
tracing Directory Reference

Directories

 codegen
 
 visualization
 

Files

 influxdb.h
 
 trace_to_chrome.c
 
 trace_to_csv.c
 
 trace_to_influxdb.c
 
 trace_util.c
 
 trace_util.h
 

Detailed Description

This directory contains the source code for utilities that are standalone executables for post-processing tracing data created by the tracing function in Lingua Franca.

Utilities for visualizing the data are contained in the visualization directory.

Installing

sudo make install

Will install the tracing executables to the bin directory under /usr/local/. To install them to a different location, use the INSTALL_PREFIX flag, e.g.

make install INSTALL_PREFIX=~/.local/

which will install the executables under ~/.local/bin/.