Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Update the performance and size spreadsheet. Update the cpu.html page with the latest graph. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
9e3acfbfab323906c36950e661cc1cc0 |
User & Date: | drh 2018-04-10 13:48:08.077 |
Context
2018-04-10
| ||
17:09 | Fix a typo in the whynotgit.html document. (check-in: 44fe2354a1 user: drh tags: trunk) | |
13:48 | Update the performance and size spreadsheet. Update the cpu.html page with the latest graph. (check-in: 9e3acfbfab user: drh tags: trunk) | |
12:36 | Changes for the 3.23.1 patch release. (check-in: 21ae80926f user: drh tags: trunk) | |
Changes
Changes to images/cpu-usage.jpg.
cannot compute difference between binary files
Changes to misc/speed-size-graph.ods.
cannot compute difference between binary files
Changes to pages/cpu.in.
︙ | ︙ | |||
18 19 20 21 22 23 24 | </p> <center> <hr> <div class="imgcontainer"> <img src="./images/cpu-usage.jpg"></img></div><br> Measured using cachegrind on Ubuntu 16.04 on x64 with gcc 5.4.0 and -Os.<br> | | | 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 | </p> <center> <hr> <div class="imgcontainer"> <img src="./images/cpu-usage.jpg"></img></div><br> Measured using cachegrind on Ubuntu 16.04 on x64 with gcc 5.4.0 and -Os.<br> Values normalized so that version 3.23.1 is 100%. <hr> </center> <h1>Measuring Performance</h1> <p>In brief, the CPU performance of SQLite is measured as follows: |
︙ | ︙ |