Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
AGULLO Emmanuel
Chameleon
Commits
d2f214d3
Commit
d2f214d3
authored
Jan 30, 2018
by
Mathieu Faverge
Browse files
Fix mistake
parent
7589d389
Changes
1
Hide whitespace changes
Inline
Side-by-side
runtime/starpu/control/runtime_profiling.c
View file @
d2f214d3
...
...
@@ -81,7 +81,7 @@ void RUNTIME_start_stats(){
void
RUNTIME_stop_stats
(){
#ifdef CHAMELEON_ENABLE_PRUNING_STATS
fprintf
(
stderr
,
"
\n
tasks: %
u
l = exec: %
u
l + comm: %
u
l + changed: %
u
l
\n
"
,
fprintf
(
stderr
,
"
\n
tasks: %l
u
= exec: %l
u
+ comm: %l
u
+ changed: %l
u
\n
"
,
RUNTIME_total_tasks
,
RUNTIME_exec_tasks
,
RUNTIME_comm_tasks
,
RUNTIME_changed_tasks
);
#endif
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment