Changeset 57358 in vbox for trunk/src/VBox/Debugger/VBoxDbgStatsQt4.cpp
- Timestamp:
- Aug 14, 2015 3:16:38 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 102121
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Debugger/VBoxDbgStatsQt4.cpp
r56908 r57358 17 17 18 18 19 /******************************************************************************* 20 * Header Files *21 ******************************************************************************* /19 /********************************************************************************************************************************* 20 * Header Files * 21 *********************************************************************************************************************************/ 22 22 #define LOG_GROUP LOG_GROUP_DBGG 23 23 #include "VBoxDbgStatsQt4.h" … … 43 43 44 44 45 /******************************************************************************* 46 * Defined Constants And Macros *47 ******************************************************************************* /45 /********************************************************************************************************************************* 46 * Defined Constants And Macros * 47 *********************************************************************************************************************************/ 48 48 /** The number of column. */ 49 49 #define DBGGUI_STATS_COLUMNS 9 50 50 51 51 52 /******************************************************************************* 53 * Structures and Typedefs *54 ******************************************************************************* /52 /********************************************************************************************************************************* 53 * Structures and Typedefs * 54 *********************************************************************************************************************************/ 55 55 /** 56 56 * The state of a statistics sample node. … … 587 587 588 588 589 /******************************************************************************* 590 * Internal Functions *591 ******************************************************************************* /589 /********************************************************************************************************************************* 590 * Internal Functions * 591 *********************************************************************************************************************************/ 592 592 593 593
Note:
See TracChangeset
for help on using the changeset viewer.