scripts/regression-hotspots.py | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit 947c2ee698b1425d142c4902cf28cc6b24b11a4e
Author: Bjoern Michaelsen <[email protected]>
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)
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits