]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
buffer: Add _memcopy_count to track total count of memcopy by rebuild/rebuild_page_al...
authorJianpeng Ma <jianpeng.ma@intel.com>
Fri, 24 Oct 2014 08:11:15 +0000 (16:11 +0800)
committerSage Weil <sage@redhat.com>
Wed, 5 Nov 2014 13:12:22 +0000 (05:12 -0800)
commit8ba504dee834e2b486228ac51cab2b933a10271d
treea8539785447abea55387bc44e6472d42cc7e9d88
parente7fb00392e8a46edbc4ea893d54e6158403e5348
buffer: Add _memcopy_count to track total count of memcopy by rebuild/rebuild_page_aligned/c_str.

Using thie filed, we know the payload of
rebuild/rebuild_page_aligned/c_str and tune performance accroding.

Signed-off-by: Jianpeng Ma <jianpeng.ma@intel.com>
Reviewed-by: Sage Weil <sage@redhat.com>
src/common/buffer.cc
src/include/buffer.h
src/os/FileJournal.cc