Guest User

Untitled

a guest
Sep 21st, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.68 KB | None | 0 0
  1. [zwei@dhcp-004075.ics.uci.edu ~/Workspace/Maxine/jython/scripts] $ ./jython.py -u -r -m -O "-si -tthreadgen"
  2. Unmarshalling ... /Users/zwei/Workspace/Maxine/jython/scripts/benchmarks/binarytrees.py 9
  3. > threadGen time
  4. 146
  5.  
  6. Unmarshalling ... /Users/zwei/Workspace/Maxine/jython/scripts/benchmarks/fannkuchredux.py 8
  7. > threadGen time
  8. 147
  9.  
  10. Unmarshalling ... /Users/zwei/Workspace/Maxine/jython/scripts/benchmarks/fasta.py 2000
  11. > threadGen time
  12. 160
  13.  
  14. Unmarshalling ... /Users/zwei/Workspace/Maxine/jython/scripts/benchmarks/mandelbrot.py 200
  15. > threadGen time
  16. 172
  17.  
  18. Unmarshalling ... /Users/zwei/Workspace/Maxine/jython/scripts/benchmarks/meteor.py 400
  19. > threadGen time
  20. 202
  21.  
  22. Unmarshalling ... /Users/zwei/Workspace/Maxine/jython/scripts/benchmarks/nbody.py 40000
  23. > threadGen time
  24. 145
  25.  
  26. Unmarshalling ... /Users/zwei/Workspace/Maxine/jython/scripts/benchmarks/spectralnorm.py 200
  27. > threadGen time
  28. 147
  29.  
  30.  
  31. [zwei@dhcp-004075.ics.uci.edu ~/Workspace/Maxine/jython/scripts] $ ./jython.py -r -m -O "-si -tcompile"
  32. Running ... /Users/zwei/Workspace/Maxine/jython/scripts/benchmarks/binarytrees.py 9
  33. > compile time
  34. 88
  35.  
  36. Running ... /Users/zwei/Workspace/Maxine/jython/scripts/benchmarks/fannkuchredux.py 8
  37. > compile time
  38. 93
  39.  
  40. Running ... /Users/zwei/Workspace/Maxine/jython/scripts/benchmarks/fasta.py 2000
  41. > compile time
  42. 124
  43.  
  44. Running ... /Users/zwei/Workspace/Maxine/jython/scripts/benchmarks/mandelbrot.py 200
  45. > compile time
  46. 82
  47.  
  48. Running ... /Users/zwei/Workspace/Maxine/jython/scripts/benchmarks/meteor.py 400
  49. > compile time
  50. 112
  51.  
  52. Running ... /Users/zwei/Workspace/Maxine/jython/scripts/benchmarks/nbody.py 40000
  53. > compile time
  54. 104
  55.  
  56. Running ... /Users/zwei/Workspace/Maxine/jython/scripts/benchmarks/spectralnorm.py 200
  57. > compile time
  58. 109
Add Comment
Please, Sign In to add comment