Changeset ff16da5f in mainline for uspace/app/tmon/main.c


Ignore:
Timestamp:
2017-12-21T14:37:30Z (6 years ago)
Author:
Petr Mánek <petr.manek@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
119a794
Parents:
74c0de0
git-author:
Petr Mánek <petr.manek@…> (2017-12-21 14:37:23)
git-committer:
Petr Mánek <petr.manek@…> (2017-12-21 14:37:30)
Message:

usbdiag: added isochronous test

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/tmon/main.c

    r74c0de0 rff16da5f  
    7373        },
    7474        {
     75                .name = "stress-isoch-in",
     76                .description = "Stress benchmark isochronous in endpoints of a device.",
     77                .action = tmon_stress_isoch_in,
     78        },
     79        {
     80                .name = "stress-isoch-out",
     81                .description = "Stress benchmark isochronous out endpoints of a device.",
     82                .action = tmon_stress_isoch_out,
     83        },
     84        {
    7585                .name = NULL
    7686        }
Note: See TracChangeset for help on using the changeset viewer.