Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: GlasgowEmbedded/glasgow
base: 52c8d2b206d0
Choose a base ref
...
head repository: GlasgowEmbedded/glasgow
compare: a3f77716d626
Choose a head ref
  • 3 commits
  • 2 files changed
  • 1 contributor

Commits on Apr 3, 2019

  1. applet.internal.benchmark: fix throughput for loopback mode.

    Loopback mode transfers everything twice, so it's double the value
    currently shown.
    
    Also, show values in Mbps as well.
    whitequark committed Apr 3, 2019
    Configuration menu
    Copy the full SHA
    3a04230 View commit details
    Browse the repository at this point in the history
  2. applet.internal.benchmark: make sequence generation much faster.

    Also, make the -c argument take a byte count, not an element count;
    element count doesn't make any sense in this context.
    whitequark committed Apr 3, 2019
    Configuration menu
    Copy the full SHA
    6ccdd3a View commit details
    Browse the repository at this point in the history
  3. device.hardware: only cancel submitted transfers.

    Before this commit, cancelling the future after the transfer has
    already finished would result in a LIBUSB_ERROR_NOT_FOUND exception
    raised in the done callback.
    whitequark committed Apr 3, 2019
    Configuration menu
    Copy the full SHA
    a3f7771 View commit details
    Browse the repository at this point in the history