This commit is contained in:
2026-05-12 19:16:13 +07:00
parent c851d28557
commit b5d227d7ab
7 changed files with 0 additions and 22 deletions
-22
View File
@@ -1,22 +0,0 @@
# Lab4 sockets: основные графики
Сгенерированы основные графики для отчета.
Корневой родительский процесс исключен из графика дерева процессов и из временных диаграмм.
## Графики
1. `pics/01_time_by_depth.png` — время от глубины рекурсии.
2. `pics/02_speedup_by_depth.png` — ускорение относительно `depth=0`.
3. `pics/03_child_processes_by_depth.png` — количество дочерних процессов без корня.
4. `pics/04_time_by_min_size.png` — влияние порога локальной сортировки.
5. `pics/05_timeline_child_processes.png` — временная диаграмма дочерних процессов.
6. `pics/06_process_tree_dfs.png` — дерево процессов: потомки идут сразу под родителем.
## Краткая статистика
| Сценарий | Запусков | Лучшее время | Лучший запуск |
|---|---:|---:|---|
| `depth_scaling` | 90 | 0.016914 | N=50000, depth=2, min_size=4096, child_proc=6 |
| `min_size_effect` | 30 | 0.057425 | N=200000, depth=5, min_size=50384, child_proc=6 |
| `timeline` | 1 | 0.010911 | N=8192, depth=3, min_size=64, child_proc=14 |
Binary file not shown.

Before

Width:  |  Height:  |  Size: 129 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 122 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 60 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 90 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 109 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 122 KiB