diff options
author | Tor Lillqvist <tml@collabora.com> | 2017-08-16 12:21:53 +0300 |
---|---|---|
committer | Dennis Francis <dennis.francis@collabora.co.uk> | 2017-11-21 16:09:40 +0530 |
commit | 99a36cb35c92e3e6b4ff2db257df221cb74c9eae (patch) | |
tree | 5d06a7a170b883702dd3f481d62fe36462dc6291 /include | |
parent | a60ffa6985dec32cc73032a7774f58694a6ee9a7 (diff) |
First steps for Calc parallelism
For now, formula group calculations are done in parallel threads when
1) OpenCL is not used, and 2) the environment variable
CPU_THREADED_CALCULATION is set. This commit is a surely broken first
step and does not actually work that well at all.
Change-Id: Ia7e5019703ba89bff0695faef0f7504765061149
Diffstat (limited to 'include')
-rw-r--r-- | include/sal/log-areas.dox | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sal/log-areas.dox b/include/sal/log-areas.dox index dac4e7312efd..5ca9cf7b8986 100644 --- a/include/sal/log-areas.dox +++ b/include/sal/log-areas.dox @@ -150,6 +150,8 @@ certain functionality. @li @c sc.orcus.style @li @c sc.orcus.table @li @c sc.qa +@li @c sc.threaded +@li @c sc.timing @li @c sc.ui - Calc UI @li @c sc.uitest - Calc UI Test part @li @c sc.viewdata |