Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
plugin_cache_blocks
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OTAWA-plugins
plugin_cache_blocks
Commits
3e3dacf2
Commit
3e3dacf2
authored
3 years ago
by
Bouquillon Fabien
Browse files
Options
Downloads
Patches
Plain Diff
change
parent
d3f80d88
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
vulnerability/application
+0
-0
0 additions, 0 deletions
vulnerability/application
vulnerability/application.cpp
+1
-1
1 addition, 1 deletion
vulnerability/application.cpp
vulnerability/application.o
+0
-0
0 additions, 0 deletions
vulnerability/application.o
with
1 addition
and
1 deletion
vulnerability/application
+
0
−
0
View file @
3e3dacf2
No preview for this file type
This diff is collapsed.
Click to expand it.
vulnerability/application.cpp
+
1
−
1
View file @
3e3dacf2
...
...
@@ -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
);
...
...
This diff is collapsed.
Click to expand it.
vulnerability/application.o
+
0
−
0
View file @
3e3dacf2
No preview for this file type
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment