diff --git a/Makefile b/1/Makefile similarity index 94% rename from Makefile rename to 1/Makefile index 64e7164..9115dc1 100644 --- a/Makefile +++ b/1/Makefile @@ -23,11 +23,9 @@ run: $(TARGET) log: $(TARGET) ./$(TARGET) > $(LOG_FILE) -excel export: log +excel: log $(PYTHON) export.py --input $(LOG_FILE) --output $(XLSX_FILE) -report: excel - deps: $(PIP) install -r req.txt diff --git a/export.py b/1/export.py similarity index 100% rename from export.py rename to 1/export.py diff --git a/lab1 b/1/lab1 similarity index 77% rename from lab1 rename to 1/lab1 index e568c81..3d2a863 100755 Binary files a/lab1 and b/1/lab1 differ diff --git a/1/log.txt b/1/log.txt new file mode 100644 index 0000000..a6f4990 --- /dev/null +++ b/1/log.txt @@ -0,0 +1,36 @@ +Before: +58004 89472 63849 21489 55079 3458 75571 99360 41392 19102 39020 191 15438 77248 35268 63821 27080 47931 57519 22445 + +START PID=22020 PPID=22019 depth=0 range=[0,19999] time=1776915463.198584 +START PID=22021 PPID=22020 depth=1 range=[0,9999] time=1776915463.198737 +START PID=22022 PPID=22020 depth=1 range=[10000,19999] time=1776915463.198837 +START PID=22023 PPID=22021 depth=2 range=[0,4999] time=1776915463.198895 +START PID=22024 PPID=22021 depth=2 range=[5000,9999] time=1776915463.198963 +START PID=22025 PPID=22022 depth=2 range=[10000,14999] time=1776915463.199044 +START PID=22026 PPID=22022 depth=2 range=[15000,19999] time=1776915463.199059 +START PID=22027 PPID=22023 depth=3 range=[0,2499] time=1776915463.199078 +START PID=22028 PPID=22024 depth=3 range=[5000,7499] time=1776915463.199143 +START PID=22029 PPID=22023 depth=3 range=[2500,4999] time=1776915463.199144 +START PID=22030 PPID=22024 depth=3 range=[7500,9999] time=1776915463.199226 +START PID=22033 PPID=22025 depth=3 range=[12500,14999] time=1776915463.199313 +START PID=22031 PPID=22025 depth=3 range=[10000,12499] time=1776915463.199356 +START PID=22032 PPID=22026 depth=3 range=[15000,17499] time=1776915463.199389 +END PID=22027 PPID=22023 depth=3 range=[0,2499] time=1776915463.199444 +END PID=22028 PPID=22024 depth=3 range=[5000,7499] time=1776915463.199544 +END PID=22029 PPID=22023 depth=3 range=[2500,4999] time=1776915463.199582 +END PID=22030 PPID=22024 depth=3 range=[7500,9999] time=1776915463.199608 +END PID=22031 PPID=22025 depth=3 range=[10000,12499] time=1776915463.199723 +END PID=22033 PPID=22025 depth=3 range=[12500,14999] time=1776915463.199746 +END PID=22023 PPID=22021 depth=2 range=[0,4999] time=1776915463.199774 +END PID=22024 PPID=22021 depth=2 range=[5000,9999] time=1776915463.199782 +START PID=22034 PPID=22026 depth=3 range=[17500,19999] time=1776915463.199843 +END PID=22025 PPID=22022 depth=2 range=[10000,14999] time=1776915463.199932 +END PID=22021 PPID=22020 depth=1 range=[0,9999] time=1776915463.199996 +END PID=22034 PPID=22026 depth=3 range=[17500,19999] time=1776915463.200103 +END PID=22032 PPID=22026 depth=3 range=[15000,17499] time=1776915463.200222 +END PID=22026 PPID=22022 depth=2 range=[15000,19999] time=1776915463.200412 +END PID=22022 PPID=22020 depth=1 range=[10000,19999] time=1776915463.200655 +END PID=22020 PPID=22019 depth=0 range=[0,19999] time=1776915463.200993 + +After: +10 11 20 40 40 43 51 56 58 72 74 80 96 96 98 103 108 113 119 137 diff --git a/main.cpp b/1/main.cpp similarity index 100% rename from main.cpp rename to 1/main.cpp diff --git a/log.txt b/log.txt deleted file mode 100644 index 36246d9..0000000 --- a/log.txt +++ /dev/null @@ -1,36 +0,0 @@ -Before: -53295 80896 89602 86224 55926 84615 87294 48381 55123 61994 34359 93902 43309 3589 29660 26380 61249 28170 39563 82507 - -START PID=53571 PPID=53570 depth=0 range=[0,19999] time=1776746459.289786 -START PID=53572 PPID=53571 depth=1 range=[0,9999] time=1776746459.290028 -START PID=53573 PPID=53571 depth=1 range=[10000,19999] time=1776746459.290119 -START PID=53574 PPID=53572 depth=2 range=[0,4999] time=1776746459.290256 -START PID=53576 PPID=53572 depth=2 range=[5000,9999] time=1776746459.290432 -START PID=53575 PPID=53573 depth=2 range=[10000,14999] time=1776746459.290464 -START PID=53577 PPID=53573 depth=2 range=[15000,19999] time=1776746459.290645 -START PID=53578 PPID=53574 depth=3 range=[0,2499] time=1776746459.290676 -START PID=53580 PPID=53576 depth=3 range=[5000,7499] time=1776746459.290855 -END PID=53578 PPID=53574 depth=3 range=[0,2499] time=1776746459.291082 -END PID=53580 PPID=53576 depth=3 range=[5000,7499] time=1776746459.291298 -START PID=53579 PPID=53574 depth=3 range=[2500,4999] time=1776746459.291487 -START PID=53584 PPID=53577 depth=3 range=[17500,19999] time=1776746459.291494 -START PID=53582 PPID=53577 depth=3 range=[15000,17499] time=1776746459.291486 -START PID=53583 PPID=53575 depth=3 range=[10000,12499] time=1776746459.291497 -START PID=53581 PPID=53576 depth=3 range=[7500,9999] time=1776746459.291592 -END PID=53584 PPID=53577 depth=3 range=[17500,19999] time=1776746459.292012 -END PID=53579 PPID=53574 depth=3 range=[2500,4999] time=1776746459.292020 -END PID=53581 PPID=53576 depth=3 range=[7500,9999] time=1776746459.292094 -END PID=53582 PPID=53577 depth=3 range=[15000,17499] time=1776746459.292094 -END PID=53583 PPID=53575 depth=3 range=[10000,12499] time=1776746459.292159 -END PID=53576 PPID=53572 depth=2 range=[5000,9999] time=1776746459.292532 -START PID=53585 PPID=53575 depth=3 range=[12500,14999] time=1776746459.292517 -END PID=53585 PPID=53575 depth=3 range=[12500,14999] time=1776746459.293104 -END PID=53574 PPID=53572 depth=2 range=[0,4999] time=1776746459.293576 -END PID=53572 PPID=53571 depth=1 range=[0,9999] time=1776746459.294079 -END PID=53577 PPID=53573 depth=2 range=[15000,19999] time=1776746459.294508 -END PID=53575 PPID=53573 depth=2 range=[10000,14999] time=1776746459.294684 -END PID=53573 PPID=53571 depth=1 range=[10000,19999] time=1776746459.295034 -END PID=53571 PPID=53570 depth=0 range=[0,19999] time=1776746459.295429 - -After: -0 5 5 10 16 20 22 22 28 50 56 56 57 59 60 61 77 79 81 83 diff --git a/process_log.xlsx b/process_log.xlsx deleted file mode 100644 index b1936b0..0000000 Binary files a/process_log.xlsx and /dev/null differ