##// END OF EJS Templates
Switched to O3 with no inlining optim level for debug builds...
Switched to O3 with no inlining optim level for debug builds Debug builds are mostly used for gcov while it seems a bad idea(-O3), with O0 the FSW uses more than 100% CPU in normal mode so the treadoff is to switch to O3 without inlining, this preserves the 1 to 1 relation between code and gcov counters.

File last commit:

r197:d5570d7e57e2 R3
r397:0c445dc7a949 R3++
Show More
dsu3plugin0_reload_fsw.py
5 lines | 95 B | text/x-python | PythonLexer
/ python_scripts / dsu3plugin0_reload_fsw.py
paul
fifo occupation reported in the HK packet
r197 dsu3plugin0.openFile("/opt/DEV_PLE/FSW-qt/bin/fsw")
dsu3plugin0.loadFile()
dsu3plugin0.run()