diff --git a/1/Makefile b/1/Makefile index 18172e3..60c1dc3 100644 --- a/1/Makefile +++ b/1/Makefile @@ -17,46 +17,17 @@ PY_EXPORT := exporter.py .PHONY: all run log export report deps clean rebuild -# ------------------------- -# BUILD -# ------------------------- all: $(TARGET) $(TARGET): $(SRC) $(CXX) $(CXXFLAGS) $(SRC) -o $(TARGET) $(LDFLAGS) -# ------------------------- -# RUN ONLY -# ------------------------- run: $(TARGET) ./$(TARGET) -# ------------------------- -# LOG ONLY (C++ output) -# ------------------------- -log: $(TARGET) - ./$(TARGET) > $(LOG_FILE) - -# ------------------------- -# EXPORT (C++ + Python pipeline) -# ------------------------- export: $(TARGET) ./$(TARGET) > $(LOG_FILE) $(PYTHON) $(PY_EXPORT) $(LOG_FILE) -# ------------------------- -# DEPENDENCIES -# ------------------------- -deps: - $(PIP) install matplotlib - -# ------------------------- -# CLEAN -# ------------------------- clean: rm -f $(TARGET) $(LOG_FILE) $(MD_FILE) $(IMG_FILE) - -# ------------------------- -# REBUILD -# ------------------------- -rebuild: clean all diff --git a/1/out/gantt_pid.png b/1/out/gantt_pid.png deleted file mode 100644 index e761fbb..0000000 Binary files a/1/out/gantt_pid.png and /dev/null differ diff --git a/1/out/gantt_tree.png b/1/out/gantt_tree.png deleted file mode 100644 index cdca79a..0000000 Binary files a/1/out/gantt_tree.png and /dev/null differ diff --git a/1/out/processes.md b/1/out/processes.md deleted file mode 100644 index 0a69579..0000000 --- a/1/out/processes.md +++ /dev/null @@ -1,17 +0,0 @@ -| PID | PPID | Depth | Start | End | Offset | Duration | -|---|---|---|---|---|---|---| -| 27445 | 27444 | 0 | 1777360735.363420 | 1777360735.365566 | 0.000000 | 0.002146 | -| 27446 | 27445 | 1 | 1777360735.363734 | 1777360735.365203 | 0.000314 | 0.001469 | -| 27448 | 27446 | 2 | 1777360735.364001 | 1777360735.364799 | 0.000581 | 0.000798 | -| 27452 | 27448 | 3 | 1777360735.364270 | 1777360735.364333 | 0.000850 | 0.000063 | -| 27454 | 27448 | 3 | 1777360735.364405 | 1777360735.364467 | 0.000985 | 0.000062 | -| 27450 | 27446 | 2 | 1777360735.364143 | 1777360735.365022 | 0.000723 | 0.000879 | -| 27458 | 27450 | 3 | 1777360735.364584 | 1777360735.364655 | 0.001164 | 0.000071 | -| 27456 | 27450 | 3 | 1777360735.364653 | 1777360735.364767 | 0.001233 | 0.000114 | -| 27447 | 27445 | 1 | 1777360735.363775 | 1777360735.365355 | 0.000355 | 0.001580 | -| 27449 | 27447 | 2 | 1777360735.364026 | 1777360735.364811 | 0.000606 | 0.000785 | -| 27453 | 27449 | 3 | 1777360735.364323 | 1777360735.364385 | 0.000903 | 0.000062 | -| 27455 | 27449 | 3 | 1777360735.364502 | 1777360735.364563 | 0.001082 | 0.000061 | -| 27451 | 27447 | 2 | 1777360735.364192 | 1777360735.365179 | 0.000772 | 0.000987 | -| 27457 | 27451 | 3 | 1777360735.364683 | 1777360735.364743 | 0.001263 | 0.000060 | -| 27459 | 27451 | 3 | 1777360735.364906 | 1777360735.364965 | 0.001486 | 0.000059 |