Skip to content

Commit

Permalink
Merge branch 'main' of github.com:onbings/bofstd
Browse files Browse the repository at this point in the history
  • Loading branch information
bha-evs committed Feb 29, 2024
2 parents 435d303 + 656a8c1 commit 8569257
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/include/bofstd/bofperformance.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ BEGIN_BOF_NAMESPACE()
{ \
if ((PROFILER) != nullptr) \
{ \
(PROFILER)->LeaveBench(ITEM); \
(PROFILER)->LeaveBench(false, ITEM); \
} \
}

Expand Down

0 comments on commit 8569257

Please sign in to comment.