tools:logger_trace:start
                Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| tools:logger_trace:start [2018/05/25 09:30] – [Enabling and Disabling] graf | tools:logger_trace:start [2018/08/22 11:56] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 42: | Line 42: | ||
| ===== Concurrent Writing of Trace Data ===== | ===== Concurrent Writing of Trace Data ===== | ||
| - | A trace block, though it will run by the control system, | + | The example above shows how a trace buffer can be written to a file. This has to be done only after the executor stopped, because the writing usually takes a long time. If you wish to write a trace buffer to a file for further analysis while the application still runs, you can use a '' | 
| + | <code cpp> | ||
| + | TraceWriter< | ||
| + | |||
| + | if (slRunning.getNofActivations() % (int)(30 / period) == 0) { // write to log file every 30s | ||
| + | tw.write(); | ||
| + | } | ||
| + | </ | ||
| + | The name of the trace file will be appended with the current date and time. | ||
tools/logger_trace/start.1527233440.txt.gz · Last modified: 2018/05/25 09:30 by graf
                
                