VirtualBox

Changeset 6617 in vbox


Ignore:
Timestamp:
Jan 30, 2008 5:35:48 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
27678
Message:

Added an optimization todo.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/STAM.cpp

    r5999 r6617  
    14591459            stamR3Ring0StatsUpdate(pVM, pszPat);
    14601460
     1461        /** @todo This needs to be optimized since the GUI is using this path for the VM info dialog.
     1462         * Note that it's doing exact matching. Organizing the samples in a tree would speed up thing
     1463         * no end (at least for debug and profile builds). */
    14611464        for (PSTAMDESC pCur = pVM->stam.s.pHead; pCur; pCur = pCur->pNext)
    14621465            if (stamR3Match(pszPat, pCur->pszName))
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette