← Back to team overview

compiz team mailing list archive

[Bug 888039] Re: Gradual degradation in desktop performance.

 

More careful searching of the affected library, and "vector" near "find"
yields something worth investigating:

RunTimeStats.cpp:        std::vector<int>::iterator it;
RunTimeStats.cpp:        it = std::find (_texture_2d_array.begin(), _texture_2d_array.end(), NUX_STATIC_CAST (IOpenGLBaseTexture *, GraphicsObject)->GetOpenGLID() );
RunTimeStats.cpp:        std::vector<int>::iterator it;
RunTimeStats.cpp:        it = std::find (_texture_rect_array.begin(), _texture_rect_array.end(), NUX_STATIC_CAST (IOpenGLBaseTexture *, GraphicsObject)->GetOpenGLID() );
RunTimeStats.h:    std::vector<int> _texture_2d_array;
RunTimeStats.h:    std::vector<int> _texture_rect_array;

Maybe those vectors are leaking... ?

-- 
You received this bug notification because you are a member of compiz
packagers, which is subscribed to compiz in Ubuntu.
https://bugs.launchpad.net/bugs/888039

Title:
  Gradual degradation in desktop performance.

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/888039/+subscriptions


References