Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Zwinkau
libfirm
Commits
f1fd5ca7
Commit
f1fd5ca7
authored
Jul 30, 2010
by
yb9976
Browse files
Unify output format.
[r27857]
parent
d664ad81
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/bepbqpcoloring.c
View file @
f1fd5ca7
...
...
@@ -69,7 +69,7 @@
#include
"pbqp_node_t.h"
#include
"pbqp_node.h"
#define TIMER
0
#define TIMER
1
#define PRINT_RPEO 0
...
...
@@ -646,11 +646,11 @@ static void be_pbqp_coloring(be_chordal_env_t *env)
#if TIMER
printf
(
"
%-20s: %8.3lf msec
\n
"
,
"pbqp alloc create
"
,
printf
(
"
PBQP alloc create: %10.3lf msec
\n
"
,
(
double
)
ir_timer_elapsed_usec
(
t_ra_pbqp_alloc_create
)
/
1000
.
0
);
printf
(
"
%-20s: %8.3lf msec
\n
"
,
"pbqp alloc solve
"
,
printf
(
"
PBQP alloc solve: %10.3lf msec
\n
"
,
(
double
)
ir_timer_elapsed_usec
(
t_ra_pbqp_alloc_solve
)
/
1000
.
0
);
printf
(
"
%-20s: %8.3lf msec
\n
"
,
"pbqp
alloc create aff"
,
printf
(
"
PBQP
alloc create aff
: %10.3lf msec
\n
"
,
(
double
)
ir_timer_elapsed_usec
(
t_ra_pbqp_alloc_create_aff
)
/
1000
.
0
);
#endif
...
...
Write
Preview
Supports
Markdown
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