]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
ProfLoggerBuilder: new API
authorColin Patrick McCabe <cmccabe@alumni.cmu.edu>
Mon, 18 Jul 2011 20:13:49 +0000 (13:13 -0700)
committerColin Patrick McCabe <cmccabe@alumni.cmu.edu>
Mon, 18 Jul 2011 20:13:49 +0000 (13:13 -0700)
commit73cf6b89787a279ed3fc462f1f89947dade49804
tree6534295cafce5ca8a63570438941201c7e522f4b
parentc767b613779499ef715a1a848f7a6f48f8c3609b
ProfLoggerBuilder: new API

There are now three different types of variables that can be created:
u64, float, float average.

The distinction between "inc" and "set" variables is gone, since there
will be no clearing of variables in the new Proflogger.

Signed-off-by: Colin McCabe <colin.mccabe@dreamhost.com>
src/client/Client.cc
src/common/ProfLogger.h
src/mds/MDLog.cc
src/mds/MDS.cc
src/mds/Server.cc
src/os/FileStore.cc
src/osd/OSD.cc