From e96f2291c65044c8ddfdeee54759605add1b68ec Mon Sep 17 00:00:00 2001 From: sjjh <2787214+sjjh@users.noreply.github.com> Date: Fri, 20 Dec 2024 19:39:29 +0100 Subject: [PATCH] Update mem-performance.md: typo swapped word order --- content/special-topics/mem-performance.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/special-topics/mem-performance.md b/content/special-topics/mem-performance.md index 9caeb51d7a..dd27b55565 100644 --- a/content/special-topics/mem-performance.md +++ b/content/special-topics/mem-performance.md @@ -37,7 +37,7 @@ For sample images, you are advised to use some of the more intensive modules, su In order to obtain profiling information you need to start darktable from a terminal with `darktable -d opencl -d perf`. If you want more information about tiling you should use `darktable -d opencl -d tiling -d perf`. -Each time the pixelpipe is processed (when you change module parameters, zoom, pan, export etc.) you will see (in your terminal session) the total time spent in the pixelpipe and the time spent in each of the OpenCL kernels. The most reliable value is the total time spent the in pixelpipe and you should use this to assess your changes. +Each time the pixelpipe is processed (when you change module parameters, zoom, pan, export etc.) you will see (in your terminal session) the total time spent in the pixelpipe and the time spent in each of the OpenCL kernels. The most reliable value is the total time spent in the pixelpipe and you should use this to assess your changes. ---