Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix typos in cpu.html. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | version-3.23 |
Files: | files | file ages | folders |
SHA3-256: |
fc3877b54313c323b71e41ace1aef61f |
User & Date: | drh 2018-04-09 22:34:10.563 |
Context
2018-04-10
| ||
00:24 | Add the Why SQLite Does Not Use Git document. (Cherrypick from trunk) (check-in: 50c596f536 user: drh tags: version-3.23) | |
2018-04-09
| ||
22:34 | Fix typos in cpu.html. (check-in: fc3877b543 user: drh tags: version-3.23) | |
01:19 | Fix typo in the lang_createindex.html document. (check-in: f8c8d8614f user: drh tags: version-3.23) | |
Changes
Changes to pages/cpu.in.
1 2 3 4 5 6 7 8 9 | <title>Measuring and Reducing CPU Usage in SQLite</title> <tcl>hd_keywords {CPU cycles used} {CPU performance measurement}</tcl> <table_of_contents> <h1>Overview</h1> <p>The graph below shows the number of CPU cycles used by SQLite on a standard workload, for all versions of SQLite going back about 9 years. | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | <title>Measuring and Reducing CPU Usage in SQLite</title> <tcl>hd_keywords {CPU cycles used} {CPU performance measurement}</tcl> <table_of_contents> <h1>Overview</h1> <p>The graph below shows the number of CPU cycles used by SQLite on a standard workload, for all versions of SQLite going back about 9 years. Recent versions of SQLite use less than a third of the CPU cycles compared to older versions. <p> This article describes how the SQLite developers measure CPU usage, what those measurements actually mean, and the techniques used by SQLite developers on their continuing quest to further reduce the CPU usage of the SQLite library. |
︙ | ︙ |