lingua-franca icon indicating copy to clipboard operation
lingua-franca copied to clipboard

[C-Target] Tracing: Provide a way for the user to enable/disable System Tracing

Open mkhubaibumer opened this issue 1 year ago • 2 comments

Currently when tracing is turned "ON" the trace file becomes huge. There are times when the user only wants to enable custom/user-defined traces and the system needs to run for a long time. In such cases we need to provide a way for the user to Disable System Tracing

mkhubaibumer avatar Oct 06 '23 14:10 mkhubaibumer

User can now specify system-trace option with:

target C {
    tracing: {
        trace-file-name:"sometrace",
        system-trace: false,
    },
    fast: true
}

mkhubaibumer avatar Oct 06 '23 14:10 mkhubaibumer

User can now specify system-trace option with:

target C {
    tracing: {
        trace-file-name:"sometrace",
        system-trace: false,
    },
    fast: true
}

Hi @mkhubaibumer, there does not appear to be a PR that adds the system-trace option to the tracing target property. Did you forget to file it?

lhstrh avatar Feb 07 '24 05:02 lhstrh