VirtualBox

Changeset 7107 in vbox


Ignore:
Timestamp:
Feb 25, 2008 1:34:33 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
28354
Message:

cosmetics.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Storage/DevATA.cpp

    r7072 r7107  
    13581358#ifdef VBOX_INSTRUMENT_DMA_WRITES
    13591359    if (s->fDMA)
    1360         STAM_PROFILE_ADV_START(&s->StatInstrVDWrites, vw);;
     1360        STAM_PROFILE_ADV_START(&s->StatInstrVDWrites, vw);
    13611361#endif
    13621362    rc = s->pDrvBlock->pfnWrite(s->pDrvBlock, u64Sector * 512, pvBuf, cSectors * 512);
    13631363#ifdef VBOX_INSTRUMENT_DMA_WRITES
    13641364    if (s->fDMA)
    1365         STAM_PROFILE_ADV_STOP(&s->StatInstrVDWrites, vw);;
     1365        STAM_PROFILE_ADV_STOP(&s->StatInstrVDWrites, vw);
    13661366#endif
    13671367    s->Led.Actual.s.fWriting = 0;
     
    60196019            PDMDevHlpSTAMRegisterF(pDevIns, &pIf->StatBytesRead,    STAMTYPE_COUNTER,     STAMVISIBILITY_ALWAYS, STAMUNIT_BYTES,           "Amount of data read.",              "/Devices/ATA%d/Unit%d/ReadBytes", i, j);
    60206020#ifdef VBOX_INSTRUMENT_DMA_WRITES
    6021             PDMDevHlpSTAMRegisterF(pDevIns, &pIf->StatInstrVDWrites,       STAMTYPE_PROFILE_ADV, STAMVISIBILITY_ALWAYS, STAMUNIT_TICKS_PER_CALL,  "Profiling of the VD DMA write operations.","/Devices/ATA%d/Unit%d/InstrVDWrites", i, j);
     6021            PDMDevHlpSTAMRegisterF(pDevIns, &pIf->StatInstrVDWrites,STAMTYPE_PROFILE_ADV, STAMVISIBILITY_ALWAYS, STAMUNIT_TICKS_PER_CALL,  "Profiling of the VD DMA write operations.","/Devices/ATA%d/Unit%d/InstrVDWrites", i, j);
    60226022#endif
    60236023#ifdef VBOX_WITH_STATISTICS
Note: See TracChangeset for help on using the changeset viewer.

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