Skip to content

Commit

Permalink
Replace the only PERFSTUBS_SCOPED_TIMER_FUNC() call in BP5 to get rid…
Browse files Browse the repository at this point in the history
… of an ASAN error blocking local testing. (#4013)
  • Loading branch information
pnorbert committed Jan 25, 2024
1 parent 8ad7d2d commit b2da76e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/adios2/engine/bp5/BP5Writer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b2da76e

Please sign in to comment.