aboutsummaryrefslogtreecommitdiff
path: root/src/zenstore/cache/structuredcachestore.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/zenstore/cache/structuredcachestore.cpp')
-rw-r--r--src/zenstore/cache/structuredcachestore.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/zenstore/cache/structuredcachestore.cpp b/src/zenstore/cache/structuredcachestore.cpp
index 25d20748e..c98561ebb 100644
--- a/src/zenstore/cache/structuredcachestore.cpp
+++ b/src/zenstore/cache/structuredcachestore.cpp
@@ -233,7 +233,7 @@ ZenCacheNamespace::Get(std::string_view InBucket, const IoHash& HashKey, ZenCach
void
ZenCacheNamespace::Get(std::string_view InBucket, const IoHash& HashKey, GetBatchHandle& BatchHandle)
{
- ZEN_TRACE_CPU("Z$::Namespace::GetBatched");
+ ZEN_TRACE_CPU("Z$::Namespace::Get(Batched)");
metrics::RequestStats::Scope StatsScope(m_GetOps, 0);
@@ -248,7 +248,7 @@ ZenCacheNamespace::Put(std::string_view InBucket,
std::span<IoHash> References,
PutBatchHandle* OptionalBatchHandle)
{
- ZEN_TRACE_CPU("Z$::Namespace::Put");
+ ZEN_TRACE_CPU(OptionalBatchHandle ? "Z$::Namespace::Put(Batched)" : "Z$::Namespace::Put");
metrics::RequestStats::Scope $(m_PutOps, Value.Value.Size());