VirtualBox

Changeset 2858 in vbox for trunk/src/VBox


Ignore:
Timestamp:
May 24, 2007 9:01:00 PM (18 years ago)
Author:
vboxsync
Message:

mark statistics.

File:
1 edited

Legend:

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

    r2776 r2858  
    271271        {
    272272            rc = VERR_NO_MEMORY;
    273             vmR3CallVMAtError(pfnVMAtError, pvUserVM, rc, RT_SRC_POS, 
    274                               N_("Failed to allocate %d bytes of contiguous memory for the VM structure!\n"), 
     273            vmR3CallVMAtError(pfnVMAtError, pvUserVM, rc, RT_SRC_POS,
     274                              N_("Failed to allocate %d bytes of contiguous memory for the VM structure!\n"),
    275275                              RT_ALIGN(sizeof(*pVM), PAGE_SIZE));
    276276            AssertMsgFailed(("Failed to allocate %d bytes of contiguous memory for the VM structure!\n", RT_ALIGN(sizeof(*pVM), PAGE_SIZE)));
     
    12641264#endif
    12651265#if 1 /* for debugging problems with the async GIP code on linux */
    1266         if (    g_pSUPGlobalInfoPage 
     1266        if (    g_pSUPGlobalInfoPage
    12671267            &&  g_pSUPGlobalInfoPage->u32Mode == SUPGIPMODE_ASYNC_TSC)
    12681268        {
     
    12731273                    RTLogRelPrintf("%d: u64CpuHz=%RU64Hz u32TransactionId=%#x u64TSC=%RX64 u64NanoTS=%RX64 cErrors=%RU32\n"
    12741274                                   "   au32TSCHistory={%RX32,%RX32,%RX32,%RX32, %RX32,%RX32,%RX32,%RX32} iTSCHistoryHead=%d\n",
    1275                                    i, 
     1275                                   i,
    12761276                                   GipCopy.aCPUs[i].u64CpuHz,
    12771277                                   GipCopy.aCPUs[i].u32TransactionId,
    12781278                                   GipCopy.aCPUs[i].u64TSC,
    1279                                    GipCopy.aCPUs[i].u64NanoTS, 
     1279                                   GipCopy.aCPUs[i].u64NanoTS,
    12801280                                   GipCopy.aCPUs[i].cErrors,
    12811281                                   GipCopy.aCPUs[i].au32TSCHistory[0],
     
    12901290            RTLogRelPrintf("1ns steps: %RU32\n", RTTime1nsSteps());
    12911291        }
    1292 #endif 
     1292#endif
    12931293        RTLogRelPrintf("************** End of Guest state at power off ***************\n");
    12941294    }
     
    14311431    STAMR3Dump(pVM, "*");
    14321432#else
     1433    LogRel(("************************* Statistics *************************\n"));
    14331434    STAMR3DumpToReleaseLog(pVM, "*");
    1434 #endif
     1435    LogRel(("********************* End of statistics **********************\n"));
     1436#endif
    14351437
    14361438    /*
     
    25782580    RTLogPrintfV(pszFormat, va3);
    25792581    va_end(va3);
    2580 #endif 
     2582#endif
    25812583
    25822584    /*
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