Changeset d0d8e59 in mainline for uspace/app/tmon/main.c
- Timestamp:
- 2017-12-21T09:45:40Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- dd36558
- Parents:
- 0fbe27d
- git-author:
- Petr Mánek <petr.manek@…> (2017-12-21 09:44:24)
- git-committer:
- Petr Mánek <petr.manek@…> (2017-12-21 09:45:40)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/tmon/main.c
r0fbe27d rd0d8e59 54 54 { 55 55 .name = "stress-intr-in", 56 .description = "Stress benchmark interrupt in endpoints of a d iagnostic device.",56 .description = "Stress benchmark interrupt in endpoints of a device.", 57 57 .action = tmon_stress_intr_in, 58 58 }, 59 59 { 60 60 .name = "stress-intr-out", 61 .description = "Stress benchmark interrupt out endpoints of a d iagnostic device.",61 .description = "Stress benchmark interrupt out endpoints of a device.", 62 62 .action = tmon_stress_intr_out, 63 63 }, 64 64 { 65 65 .name = "stress-bulk-in", 66 .description = "Stress benchmark bulk in endpoints of a d iagnostic device.",66 .description = "Stress benchmark bulk in endpoints of a device.", 67 67 .action = tmon_stress_bulk_in, 68 68 }, 69 69 { 70 70 .name = "stress-bulk-out", 71 .description = "Stress benchmark bulk out endpoints of a d iagnostic device.",71 .description = "Stress benchmark bulk out endpoints of a device.", 72 72 .action = tmon_stress_bulk_out, 73 73 },
Note:
See TracChangeset
for help on using the changeset viewer.