- Timestamp:
- Jan 11, 2024 1:16:44 PM (13 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Debugger/VBoxDbgStatsQt.cpp
r102834 r102839 2470 2470 } 2471 2471 return "0"; 2472 case STAMTYPE_INTERNAL_SUM: 2473 case STAMTYPE_INTERNAL_PCT_OF_SUM: 2472 2474 case STAMTYPE_END: 2473 2475 AssertFailed(); RT_FALL_THRU(); 2474 2476 case STAMTYPE_CALLBACK: 2475 case STAMTYPE_FIRST_INTERNAL_TYPE:2476 case STAMTYPE_INTERNAL_PCT_OF_SUM:2477 2477 case STAMTYPE_INVALID: 2478 2478 break;
Note:
See TracChangeset
for help on using the changeset viewer.