MessageListView::GetNotificationCount is called from the loops in MessageCenterView |
|
Issue descriptionAs the document says, MessageListView::GetNotificationCount() is O(n). However, it is called from the loops in MessageCenterView, so they all take O(n^2) where n is number of notifications. |
|
►
Sign in to add a comment |
|
Comment 1 by tetsui@chromium.org
, Oct 10