The branch, biginset, has been updated.

- Log -----------------------------------------------------------------

commit db5ebd2b8f9b69a309771c73d16ae5eef895327e
Author: Jean-Marc Lasgouttes <lasgout...@lyx.org>
Date:   Tue Jul 25 19:42:25 2023 +0200

    Profile also BufferView::processUpdateFlags

diff --git a/src/BufferView.cpp b/src/BufferView.cpp
index ae31a7d..666b736 100644
--- a/src/BufferView.cpp
+++ b/src/BufferView.cpp
@@ -536,6 +536,7 @@ void BufferView::processUpdateFlags(Update::flags flags)
        // Case when no explicit update is requested.
        if (flags == Update::None)
                return;
+       PROFILE_THIS_BLOCK(processUpdateFlags);
 
        /* FIXME We would like to avoid doing this here, since it is very
         * expensive and is called in updateBuffer already. However, even

-----------------------------------------------------------------------

Summary of changes:
 src/BufferView.cpp |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
Repository for new features
-- 
lyx-cvs mailing list
lyx-cvs@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-cvs

Reply via email to