Skip to content
Snippets Groups Projects
Commit 3e3dacf2 authored by Bouquillon Fabien's avatar Bouquillon Fabien
Browse files

change

parent d3f80d88
No related branches found
No related tags found
No related merge requests found
No preview for this file type
......@@ -199,7 +199,7 @@ int main(int argc, char **argv) {
unsigned long task_size = PRG_SIZE(ws) * wcet;
file << wcet << ","
<< (double)VUL(ws) << ","
<< (double)((double)VUL(ws) / (double)task_size)<< std::endl;
<< (double)task_size<< std::endl;
std::cout << "vulnerability:" << (double)((double)VUL(ws) / (double)task_size) << " WCET:" << wcet << std::endl;
const CFGCollection *coll = INVOLVED_CFGS(ws);
......
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment