Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Why3
why3
Commits
15ca0f50
Commit
15ca0f50
authored
Oct 04, 2013
by
MARCHE Claude
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Histogram: generates PDF output
parent
5dbe8e9d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
src/why3session/why3session_info.ml
src/why3session/why3session_info.ml
+5
-2
No files found.
src/why3session/why3session_info.ml
View file @
15ca0f50
...
...
@@ -372,7 +372,7 @@ let print_hist stats =
fprintf
main_fmt
"plot [0:%.2f] [0:%d]"
(
2
.
0
*.
stats
.
max_time
)
stats
.
nb_goals
else
fprintf
main_fmt
"replot"
;
fprintf
main_fmt
"
\"
%s
\"
using 1:2 title
\"
%s
\"
with linespoints@
\n
"
fprintf
main_fmt
"
\"
%s
\"
using 1:2 title
\"
%s
\"
with linespoints
ps 0.2
@
\n
"
pf
(
string_of_prover
p
);
let
ch
=
open_out
pf
in
let
fmt
=
formatter_of_out_channel
ch
in
...
...
@@ -390,7 +390,10 @@ let print_hist stats =
acc
+
1
)
stats
.
prover_hist
1
in
fprintf
main_fmt
"pause -1
\"
Press any key
\"
@."
;
fprintf
main_fmt
"pause -1
\"
Press any key
\"
@
\n
"
;
fprintf
main_fmt
"set terminal pdfcairo@
\n
"
;
fprintf
main_fmt
"set output
\"
why3session.pdf
\"
@
\n
"
;
fprintf
main_fmt
"replot@."
;
close_out
main_ch
...
...
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