diff --git a/source/adios2/engine/bp5/BP5Writer.cpp b/source/adios2/engine/bp5/BP5Writer.cpp index 8afeae2643..78c0646e6b 100644 --- a/source/adios2/engine/bp5/BP5Writer.cpp +++ b/source/adios2/engine/bp5/BP5Writer.cpp @@ -431,7 +431,7 @@ void BP5Writer::NotifyEngineAttribute(std::string name, AttributeBase *Attr, voi void BP5Writer::MarshalAttributes() { - PERFSTUBS_SCOPED_TIMER_FUNC(); + PERFSTUBS_SCOPED_TIMER("BP5Writer::MarshalAttributes"); const auto &attributes = m_IO.GetAttributes(); // if there are no new attributes, nothing to do