We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60e0da0 commit 04dec33Copy full SHA for 04dec33
flow/Makefile
@@ -818,6 +818,11 @@ finish: $(LOG_DIR)/6_report.log \
818
elapsed:
819
-@$(UTILS_DIR)/genElapsedTime.py -d $(BLOCK_LOG_FOLDERS) $(LOG_DIR)
820
821
+# Useful when working with macros, see elapsed time for all macros in platform
822
+.PHONY: elapsed-all
823
+elapsed-all:
824
+ @$(UTILS_DIR)/genElapsedTime.py -d $(shell find $(WORK_HOME)/logs/$(PLATFORM)/*/*/ -type d)
825
+
826
# ==============================================================================
827
828
ifneq ($(USE_FILL),)
0 commit comments