Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SWIFT
SWIFTsim
Commits
823a065f
Commit
823a065f
authored
Nov 03, 2016
by
Pedro Gonnet
Browse files
remove stray timing information.
parent
4d2d51e0
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/scheduler.c
View file @
823a065f
...
...
@@ -1072,8 +1072,6 @@ void scheduler_start(struct scheduler *s) {
}
else
{
scheduler_rewait_active_mapper
(
s
->
tid_active
,
s
->
active_count
,
s
);
}
/* message("rewait took %.3f %s.", clocks_from_ticks(getticks() - tic),
clocks_getunit()); */
/* Check we have not missed an active task */
#ifdef SWIFT_DEBUG_CHECKS
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment