[Libreoffice-commits] dev-tools.git: scripts/regression-hotspots.py
Bjoern Michaelsen
bjoern.michaelsen at canonical.com
Tue Oct 15 01:28:36 PDT 2013
scripts/regression-hotspots.py | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit 947c2ee698b1425d142c4902cf28cc6b24b11a4e
Author: Bjoern Michaelsen <bjoern.michaelsen at canonical.com>
Date: Tue Oct 15 10:27:50 2013 +0200
add a fourth level for fun and profit
diff --git a/scripts/regression-hotspots.py b/scripts/regression-hotspots.py
index 95eb89f..afb22fc 100755
--- a/scripts/regression-hotspots.py
+++ b/scripts/regression-hotspots.py
@@ -66,5 +66,7 @@ if __name__ == '__main__':
print_counts(get_dir_counts(file_counts, 2))
print('\nthird level dirs:')
print_counts(get_dir_counts(file_counts, 3))
+ print('\nfourth level dirs:')
+ print_counts(get_dir_counts(file_counts, 4))
print('\nfiles:')
print_counts(file_counts)
More information about the Libreoffice-commits
mailing list