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
Vcsn
Vaucanson 1
Commits
0c15051c
Commit
0c15051c
authored
May 05, 2009
by
Florent D'Halluin
Committed by
Alexandre Duret-Lutz
Jun 05, 2009
Browse files
Fix call graph export in taf-kit.
* taf-kit/src/main.cc: Use the correct variable.
parent
7211dee8
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
0c15051c
2009-05-05 d-halluin <d-halluin@lrde.epita.fr>
Fix call graph export in taf-kit.
* taf-kit/src/main.cc: Use the correct variable.
2009-05-01 d-halluin <d-halluin@lrde.epita.fr>
Adjust bench to complete in a reasonable time.
...
...
taf-kit/src/main.cc
View file @
0c15051c
...
...
@@ -394,7 +394,7 @@ int main (int argc, char* argv[])
if
(
args
.
export_time_dot
)
BENCH_DUMP
(
std
::
cerr
,
bench
::
Options
(
bench
::
Options
::
get_verbosity
(
args
.
r
eport_degree
),
(
args
.
e
x
port_
dot_
degree
),
bench
::
Options
::
FO_DOT
));
if
(
args
.
export_time_xml
)
BENCH_DUMP
(
std
::
cerr
,
bench
::
Options
());
...
...
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