Skip to content

Commit d690809

Browse files
authored
Merge pull request #1766 from Pinata-Consulting/makefile-elapsed-all
makefile: add elapsed-all target useful to view all macros built for platform
2 parents 60e0da0 + 04dec33 commit d690809

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

flow/Makefile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -818,6 +818,11 @@ finish: $(LOG_DIR)/6_report.log \
818818
elapsed:
819819
-@$(UTILS_DIR)/genElapsedTime.py -d $(BLOCK_LOG_FOLDERS) $(LOG_DIR)
820820

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+
821826
# ==============================================================================
822827

823828
ifneq ($(USE_FILL),)

0 commit comments

Comments
 (0)