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
17eb28ac
Commit
17eb28ac
authored
Nov 19, 2021
by
Jeremie MALUEKI NGOMBI
Browse files
pdf
parent
3d663b89
Pipeline
#4651
passed with stage
in 6 seconds
Changes
7
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
plots/fixed_binary_heap_amortized_time_C_increasing.pdf
0 → 100644
View file @
17eb28ac
File added
plots/fixed_binary_heap_amortized_time_C_random.pdf
0 → 100644
View file @
17eb28ac
File added
plots/fixed_binary_heap_swap_C_increasing.pdf
0 → 100644
View file @
17eb28ac
File added
plots/fixed_binary_heap_swap_C_random.pdf
0 → 100644
View file @
17eb28ac
File added
plots/fixed_binary_heap_wasted_memory_C_increasing.pdf
0 → 100644
View file @
17eb28ac
File added
plots/fixed_binary_heap_wasted_memory_C_random.pdf
0 → 100644
View file @
17eb28ac
File added
plots/plot_result
View file @
17eb28ac
...
...
@@ -12,9 +12,9 @@ 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_amortized_time_C_
random
.pdf'
set output 'fixed_binary_heap_amortized_time_C_
increasing
.pdf'
plot [0:1000000][0:600] 'fixed_binary_heap_amortized_time_C_
random
.plot' using 1:3 w lines title "Amortized C"
plot [0:1000000][0:600] 'fixed_binary_heap_amortized_time_C_
increasing
.plot' using 1:3 w lines title "Amortized C"
###############################################################
########### Affichage de l'espace mémoire gaspillé ###########
...
...
@@ -23,9 +23,9 @@ plot [0:1000000][0:600] 'fixed_binary_heap_amortized_time_C_random.plot' using 1
set ylabel "Memoire gaspillee" font "Helvetica,24"
# Nom du fichier Postscript en sortie
set output 'fixed_binary_heap_wasted_memory_C_
random
.pdf'
set output 'fixed_binary_heap_wasted_memory_C_
increasing
.pdf'
plot 'fixed_binary_heap_wasted_memory_C_
random
.plot' using 1:2 w lines title "Espace memoire inutilise C"
plot 'fixed_binary_heap_wasted_memory_C_
increasing
.plot' using 1:2 w lines title "Espace memoire inutilise C"
#################################################################
########### Affichage du nombre de copies effectuées ###########
...
...
@@ -34,6 +34,6 @@ plot 'fixed_binary_heap_wasted_memory_C_random.plot' using 1:2 w lines title "Es
set ylabel "Nombre de swap effectuees" font "Helvetica,24"
# Nom du fichier Postscript en sortie
set output 'fixed_binary_heap_swap_C_
random
.pdf'
set output 'fixed_binary_heap_swap_C_
increasing
.pdf'
plot 'fixed_binary_heap_swap_C_random.plot' using 1:2 w boxes title "Nombre de swap effectuees C"
\ No newline at end of file
plot 'fixed_binary_heap_swap_C_increasing.plot' using 1:2 w boxes title "Nombre de swap effectuees C"
\ No newline at end of file
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