Skip to content

Commit 5f8e215

Browse files
committed
Add recipe to compute the number of bytes per file type per package
1 parent c4abbe2 commit 5f8e215

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

tools/make/lib/stats/git.mk

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -509,6 +509,17 @@ stats-bytes-per-file-type:
509509
.PHONY: stats-bytes-per-file-type
510510

511511

512+
# Compute bytes per file type per package.
513+
#
514+
# This target computes number of bytes per file type per package.
515+
516+
stats-bytes-per-file-type-per-pkg:
517+
$(QUIET) $(MAKE_EXECUTABLE) $(GIT_SCRIPTS_DIR)/bytes_per_file_type_per_pkg
518+
$(QUIET) PACKAGES_FILTER=$(PACKAGES_FILTER) FILES_PATTERN=$(FILES_PATTERN) $(GIT_SCRIPTS_DIR)/bytes_per_file_type_per_pkg
519+
520+
.PHONY: stats-bytes-per-file-type-per-pkg
521+
522+
512523
# Compute basic COCOMO 81.
513524
#
514525
# This target computes a basic constructive cost model (COCOMO 81).

0 commit comments

Comments
 (0)