- Timestamp:
- Jan 11, 2024 1:16:44 PM (13 months ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/stam.h
r102828 r102839 1352 1352 1353 1353 VMMR3DECL(int) STAMR3RegisterSum(PUVM pUVM, STAMVISIBILITY enmVisibility, const char *pszSummandPattern, 1354 const char *pszDesc, const char *pszName, ...) RT_IPRT_FORMAT_ATTR( 4, 5);1354 const char *pszDesc, const char *pszName, ...) RT_IPRT_FORMAT_ATTR(5, 6); 1355 1355 VMMR3DECL(int) STAMR3RegisterSumV(PUVM pUVM, STAMVISIBILITY enmVisibility, const char *pszSummandPattern, 1356 1356 const char *pszDesc, const char *pszName, va_list va) RT_IPRT_FORMAT_ATTR(4, 0); -
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.