-
-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
c10a901
commit e668c02
Showing
7 changed files
with
114 additions
and
55 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
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
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
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
39 changes: 39 additions & 0 deletions
39
libraries/FastShiftInOut/examples/FastShiftInOut_performance/performance_0.2.1.txt
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 |
---|---|---|
@@ -0,0 +1,39 @@ | ||
IDE: 1.8.19 | ||
Board: UNO | ||
|
||
FASTSHIFTINOUT_LIB_VERSION: 0.2.1 | ||
|
||
Performance - time in us | ||
write: 17.86 | ||
write: 34.58 | ||
Delta: 16.72 | ||
|
||
writeLSBFIRST: 16.98 | ||
writeLSBFIRST: 33.70 | ||
Delta: 16.72 | ||
|
||
writeMSBFIRST: 16.98 | ||
writeMSBFIRST: 33.70 | ||
Delta: 16.72 | ||
|
||
|
||
# loop unrolled. | ||
|
||
FASTSHIFTINOUT_LIB_VERSION: 0.2.1 | ||
|
||
Performance - time in us | ||
write: 12.14 | ||
write: 23.14 | ||
Delta: 11.00 | ||
|
||
writeLSBFIRST: 11.26 | ||
writeLSBFIRST: 22.26 | ||
Delta: 11.00 | ||
|
||
writeMSBFIRST: 11.19 | ||
writeMSBFIRST: 22.13 | ||
Delta: 10.94 | ||
|
||
|
||
done ... | ||
|
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
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,5 +1,5 @@ | ||
name=FastShiftInOut | ||
version=0.2.0 | ||
version=0.2.1 | ||
author=Rob Tillaart <[email protected]> | ||
maintainer=Rob Tillaart <[email protected]> | ||
sentence=Arduino library for (AVR) optimized shiftInOut (simultaneously) | ||
|