-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5140dd2
commit be83571
Showing
1 changed file
with
15 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,27 @@ | ||
30 October 2013 | ||
31 October 2013 | ||
|
||
ELDPC14: AMD Athlon 64 X2 Dual Core Processor 5600+, 64kB L1 Data, 64kB L1 Instruction, 512kB L2, 3.2 GB RAM | ||
|
||
|
||
prompt>compile.bat | ||
|
||
Non-optimized build... | ||
|
||
Performance test of quantity library. | ||
one double work loop = 0.00936667 usec | ||
one quantity work loop = 0.0638 usec | ||
one quantity++ work loop = 0.081 usec | ||
d = -16667.1 | ||
s = -16667.1 m s-1 | ||
time_performance: Performance test of quantity library. | ||
one double work loop = 0.00937 usec (1) | ||
one quantity work loop = 0.063 usec (6.73) | ||
one quantity++ work loop = 0.0857 usec (9.15) | ||
d = -16667 | ||
s = -16667 m s-1 | ||
|
||
|
||
prompt>compile.bat optimize | ||
|
||
Optimized build: This is going to take a while... | ||
|
||
Performance test of quantity library. | ||
one double work loop = 0.0091 usec | ||
one quantity work loop = 0.00911667 usec | ||
one quantity++ work loop = 0 usec | ||
d = -16667.1 | ||
s = -16667.1 m s-1 | ||
time_performance: Performance test of quantity library. | ||
one double work loop = 0.0091 usec (1) | ||
one quantity work loop = 0.00912 usec (1) | ||
one quantity++ work loop = 0 usec (0) | ||
d = -16667 | ||
s = -16667 m s-1 |