Changeset 714 for branches/decorate/test_timer.py
- Timestamp:
- 04/03/14 13:43:02 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/decorate/test_timer.py
r601 r714 1 #!/usr/bin/env python 2 # 3 # Author: Mike McKerns (mmckerns @caltech and @uqfoundation) 4 # Copyright (c) 2012-2014 California Institute of Technology. 5 # License: 3-clause BSD. The full license text is available at: 6 # - http://mmckerns.github.io/project/mystic/browser/mystic/LICENSE 7 1 8 # create a big array of data 2 9 big_array = xrange(int(1e6))
Note: See TracChangeset
for help on using the changeset viewer.