gc.sh: include phase timestamps with show_progress=1
commit06f7aaa4bd4794223ad4be18affe725c0f715adb
authorKyle J. McKay <mackyle@gmail.com>
Sat, 30 Dec 2017 09:26:43 +0000 (30 01:26 -0800)
committerKyle J. McKay <mackyle@gmail.com>
Sat, 30 Dec 2017 09:26:43 +0000 (30 01:26 -0800)
treeaabb8707e341bcd685b9009a85a00b80489178f5
parente19b0aac888c7342bb5d45dec00f2c63c533d6e1
gc.sh: include phase timestamps with show_progress=1

It's nice to be able to tell how much time actually gets
spent in the various garbage collection phases.

While the messages don't actually include a phase number,
add the current date and time to those that represent the
beginning of a new gc phase to make this possible.

Signed-off-by: Kyle J. McKay <mackyle@gmail.com>
jobd/gc.sh