summaryrefslogtreecommitdiff
path: root/graphics/java/android/renderscript/ProgramFragmentFixedFunction.java
diff options
context:
space:
mode:
authorJeff Brown <jeffbrown@google.com>2012-03-02 10:33:52 -0800
committerJeff Brown <jeffbrown@google.com>2012-03-02 11:17:16 -0800
commit8dc3cc2e13b500e368f5ba1aacfaf0eddbce668c (patch)
tree6abe2b6b52d1ae6a749d17f7664e84b3f5595eff /graphics/java/android/renderscript/ProgramFragmentFixedFunction.java
parent24dc6aa03eaa63c75d1dfb4872850735f8c76963 (diff)
Allow the SQLite sync mode to be set independently for WAL.
This change leaves the sync mode at FULL for both WAL and non-WAL but makes it easy to change it for one but not the other. To reduce the number of synchronous writes, it might make sense to change the sync mode for non-WAL to NORMAL instead of FULL which should be just as safe. On the other hand, the sync mode for WAL should probably remain FULL because there may be an impact on transaction durability otherwise. Initial experiments show that there might not be a significant performance benefit to using NORMAL, but we may revisit this later. Change-Id: Ifcd55bedcfefa6600974c2295ca5d4163b408cbf
Diffstat (limited to 'graphics/java/android/renderscript/ProgramFragmentFixedFunction.java')
0 files changed, 0 insertions, 0 deletions