maj md
This commit is contained in:
parent
1e72fb4d56
commit
9123edb13f
@ -74,8 +74,8 @@ index % time self children called name
|
||||
|
||||
- 30 appel de bubblesort
|
||||
- 5 appel de sort_student
|
||||
- 25 appel de find_rank_student
|
||||
sort_student appel 25 fois find_rank_student et 5 fois bubblesort
|
||||
- 25 appel de find_rank_student<br>
|
||||
sort_student appel 25 fois find_rank_student et 5 fois bubblesort<br>
|
||||
find_rank_student appel 25 fois bubblesort
|
||||
|
||||
nouveau scénario via la commande suivante :
|
||||
@ -101,7 +101,7 @@ Each sample counts as 0.01 seconds.
|
||||
```
|
||||
|
||||
- 1001000 appel de bubblesort
|
||||
- 1000000 appel de find_rank_student
|
||||
- 1000000 appel de find_rank_student<br>
|
||||
execution du programme en 6.15s
|
||||
|
||||
call graph :
|
||||
@ -149,13 +149,13 @@ index % time self children called name
|
||||
|
||||
## arbre d'appel du programme : ##
|
||||
main
|
||||
|-->generate_grades
|
||||
| |-->generate_array
|
||||
|-->generate_ranks
|
||||
|-->sort_students
|
||||
| |-->find_rank_student
|
||||
| | |-->bubblesort
|
||||
| |-->bubblesort
|
||||
|-->generate_grades<br>
|
||||
| |-->generate_array<br>
|
||||
|-->generate_ranks<br>
|
||||
|-->sort_students<br>
|
||||
| |-->find_rank_student<br>
|
||||
| | |-->bubblesort<br>
|
||||
| |-->bubblesort<br>
|
||||
|-->free_array
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user