Skip to content

Instantly share code, notes, and snippets.

@aasimon
Created November 6, 2014 14:34
Show Gist options
  • Save aasimon/843cd42834dfa6081297 to your computer and use it in GitHub Desktop.
Save aasimon/843cd42834dfa6081297 to your computer and use it in GitHub Desktop.
deva ~ # /home/deva/src/mono/install/bin/mono thread-test.exe
Running threads..
GO!
Stop...
stopped
Run1: 2140
Run2: 432
Run3: 1442
Run4: 155
Run5: 154
Run6: 16
Run7: 16
Run8: 4
deva ~ # /home/deva/src/mono/install/bin/mono thread-test.exe pre
Running threads..
GO!
Stop...
stopped
Run1: 1987
Run2: 769
Run3: 3125
Run4: 268
Run5: 268
Run6: 35
Run7: 28
Run8: 5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment