aboutsummaryrefslogtreecommitdiff
path: root/src/zenstore/cas.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/zenstore/cas.cpp')
-rw-r--r--src/zenstore/cas.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/zenstore/cas.cpp b/src/zenstore/cas.cpp
index b98f01385..9446e2152 100644
--- a/src/zenstore/cas.cpp
+++ b/src/zenstore/cas.cpp
@@ -243,6 +243,8 @@ CasImpl::FindChunk(const IoHash& ChunkHash)
bool
CasImpl::ContainsChunk(const IoHash& ChunkHash)
{
+ ZEN_TRACE_CPU("CAS::ContainsChunk");
+
return m_SmallStrategy.HaveChunk(ChunkHash) || m_TinyStrategy.HaveChunk(ChunkHash) || m_LargeStrategy.HaveChunk(ChunkHash);
}