Whamcloud - gitweb
resize2fs: add resource tracking as a debug option
authorTheodore Ts'o <tytso@mit.edu>
Thu, 3 Jan 2013 03:43:36 +0000 (22:43 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 3 Jan 2013 14:03:53 +0000 (09:03 -0500)
commit1eb31c4885156b595e6ceb4516cb1e1fb2d251fd
tree421880392d65e7225e715576dba3463bece7c931
parent2279fd78fe875e612ff998fe658a2c18ee13c66b
resize2fs: add resource tracking as a debug option

Add a new debug flag which prints how much time is consumed by the
various parts of resize2fs's processing.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
resize/Makefile.in
resize/resize2fs.8.in
resize/resize2fs.c
resize/resize2fs.h
resize/resource_track.c [new file with mode: 0644]