Changeset 81da3da4 for tests/PRNG.cfa
- Timestamp:
- Dec 11, 2023, 4:18:13 AM (2 years ago)
- Branches:
- master
- Children:
- 21ce2c7, 2554f24
- Parents:
- 5ddb8bf (diff), 1c85ffc (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 edited
-
tests/PRNG.cfa (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tests/PRNG.cfa
r5ddb8bf r81da3da4 10 10 // Created On : Wed Dec 29 09:38:12 2021 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Mon Aug 14 08:49:53202313 // Update Count : 42 512 // Last Modified On : Tue Dec 5 08:14:57 2023 13 // Update Count : 428 14 14 // 15 15 … … 32 32 #define STARTTIME start = timeHiRes() 33 33 #define ENDTIME( extra ) sout | wd(0,1, (timeHiRes() - start)`ms / 1000.) | extra "seconds" 34 enum { BUCKETS = 100_000, TRIALS = 1 _000_000_000 };34 enum { BUCKETS = 100_000, TRIALS = 100_000_000 }; 35 35 #else 36 36 #define STARTTIME 37 37 #define ENDTIME( extra ) 38 enum { BUCKETS = 100_000, TRIALS = 10 0_000_000 };38 enum { BUCKETS = 100_000, TRIALS = 10_000_000 }; 39 39 #endif // TIME 40 40
Note:
See TracChangeset
for help on using the changeset viewer.