Skip to content

Commit

Permalink
Disable tracing
Browse files Browse the repository at this point in the history
  • Loading branch information
erlingrj committed Oct 24, 2024
1 parent e72086a commit 3ccf8a9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion examples/C/src/TOMACS/Evaluation.lf
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
target C {
timeout: 1 sec,
tracing: true
// tracing: true,
coordination: centralized
}

reactor A (offset:time = 0, period:time = 100 msec){
Expand Down Expand Up @@ -35,4 +36,6 @@ federated reactor at localhost {

a.out -> b.in
b.out -> a.in
// Replace preceeding line with the following to observe overhead introduced by coordinating
// b.out -> a.in after 0
}

0 comments on commit 3ccf8a9

Please sign in to comment.