Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Nadi Tomeh
SDA
Commits
5d149387
Commit
5d149387
authored
Dec 01, 2021
by
BENGHEZALA_ROMAISSA
Browse files
exo2
parent
7df26191
Pipeline
#4671
failed with stage
in 6 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
plots/plot_result
→
plots/plot_result
_exo1
View file @
5d149387
...
...
@@ -12,7 +12,7 @@ set xlabel "Nombre d'elements ajoutes" font "Helvetica,24"
set ylabel "Temps amorti" font "Helvetica,24"
# Nom du fichier Postscript en sortie
set output '
fixed
_binary_heap_extract_amortized_time_C.pdf'
set output '
dynamic
_binary_heap_extract_amortized_time_C.pdf'
plot [0:10000][0:1000] 'dynamic_array_time_c_0.5.plot' using 1:3 w lines title "Amortized C p=0.5",
...
...
@@ -23,7 +23,7 @@ plot [0:10000][0:1000] 'dynamic_array_time_c_0.5.plot' using 1:3 w lines title "
set ylabel "Memoire gaspillee" font "Helvetica,24"
# Nom du fichier Postscript en sortie
set output '
fixed
_binary_heap_extract_wasted_memory_C.pdf'
set output '
dynamic
_binary_heap_extract_wasted_memory_C.pdf'
plot 'dynamic_array_memory_c_0.5.plot' using 1:2 w lines title "Espace memoire inutilise C p=0.5",
#################################################################
...
...
@@ -33,6 +33,6 @@ plot 'dynamic_array_memory_c_0.5.plot' using 1:2 w lines title "Espace memoire i
set ylabel "Nombre d'echange effectuees" font "Helvetica,24"
# Nom du fichier Postscript en sortie
set output '
fixed
_binary_heap_extract_swap_C.pdf'
set output '
dynamic
_binary_heap_extract_swap_C.pdf'
plot 'dynamic_array_swap_c_0.5.plot' using 1:2 w boxes title "Nombre d'echange effectuees C p=0.5",
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