Skip to content

Commit

Permalink
Update mem-performance.md: typo
Browse files Browse the repository at this point in the history
swapped word order
  • Loading branch information
sjjh authored Dec 20, 2024
1 parent 140b83d commit e96f229
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/special-topics/mem-performance.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

---

Expand Down

0 comments on commit e96f229

Please sign in to comment.