cookutils view doc/timestats.txt @ rev 1135

Small improvements and fixes:
1. cook: summary(): skip unpackaged packages (when use CATEGORY="nopack");
2. modules/compressor:
a) move strip_package from "fs" to "install" stage - from this moment files in $install and $fs are identical (of course, if you use genpkg_rules() only for copying) - we may clean taz/*/fs/ in the future;
b) remove "empty" *.mo;
c) skip silly error messages when $install or $fs absent;
3. modules/pack:
a) move symlinks *.so to the @dev;
b) small improvements;
4. doc/cookopts.txt: small update;
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Jan 29 14:12:35 2019 +0200 (2019-01-29)
parents
children
line source
1 File /home/slitaz/cache/timestats is in CSV format with the TAB delimiter.
3 Fields description:
5 1: receipt name
6 2: used SETS: empty or " set1", " set1 set2" and so on
7 3-33: time in seconds spent on the following operations
8 3: pre-checks
9 4: installing bdeps
10 5: get/unpack src tarball
11 6: patching
12 7: preparing sets
13 8, 10, 12, 14, 16, 18, 20, 22, 24, 26: compiling (default SET, then each other)
14 9, 11, 13, 15, 17, 19, 21, 23, 25, 27: compressing (too)
15 28: test suite
16 29: removing bdeps
17 30: checking quality
18 31: packing
19 32: misc. final operations
20 33: grand total