Skip to content

Commit 7bf3157

Browse files
sjjhelstoc
authored andcommitted
Update mem-performance.md: typo
swapped word order
1 parent 140b83d commit 7bf3157

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/special-topics/mem-performance.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ For sample images, you are advised to use some of the more intensive modules, su
3737

3838
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`.
3939

40-
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.
40+
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.
4141

4242
---
4343

0 commit comments

Comments
 (0)