DependableSystemsLab / LLFI

LLFI is an LLVM based fault injection tool, that injects faults into the LLVM IR of the application source code. The faults can be injected into specific program points, and the effect can be easily tracked back to the source code. Please refer to the paper below. NOTE: If you publish a paper using LLFI, please add it to PaperLLFI.bib
http://blogs.ubc.ca/karthik/2014/02/23/quantifying-the-accuracy-of-high-level-fault-injection-techniques/
Other
68 stars 35 forks source link

Add Trace Graph to GUI #33

Closed syltaxue closed 10 years ago

syltaxue commented 10 years ago

Users can view Trace Graph in the GUI Important things modified: 1: Add a button in the GUI called "Trace Graph", the button will be enabled after users viewing the summary tables. 2: All the trace graph files will be generated behind the scene after users clicking the summary tables. 2: Add a column to "Trace" to the "Fault Injection Status" table. The table currently does nothing. There will be checkboxes implemented later. 3: Fixed a bug when users choose full trace, there were no llfi.stat.trace.xx.txt files generated in llfi_stat_output folder.