]> Shamusworld >> Repos - ardour-manual/commitdiff
Add basic documentation on Performance Meters
authorAlexandre Prokoudine <alexandre.prokoudine@gmail.com>
Mon, 20 Jun 2022 15:09:01 +0000 (18:09 +0300)
committerAlexandre Prokoudine <alexandre.prokoudine@gmail.com>
Mon, 20 Jun 2022 15:09:01 +0000 (18:09 +0300)
include/performance-meters.html [new file with mode: 0644]
master-doc.txt
source/images/performance-meters.png [new file with mode: 0644]

diff --git a/include/performance-meters.html b/include/performance-meters.html
new file mode 100644 (file)
index 0000000..1d6ace1
--- /dev/null
@@ -0,0 +1,17 @@
+<p>
+       The <dfn>Performance Meters</dfn> window provides low-level metering
+       of the digital signal processing taking place inside Ardour.
+       One of the scenarios where this is useful is when you need to determine
+       whether Ardour is in charge for excessive xruns.
+</p>
+
+<figure class=center>
+<img src="/images/performance-meters.png" alt="The Performance Meters window" width="50%" />
+<figcaption class=center>The Performance Meters window</figcaption>
+</figure>
+
+<p>
+       This window displays worst case scenario measurements that do not necessarily match the DSP meter in the top right corner of the window. To see average
+       and standard deviation values, hover either the Engine or the Session values
+       with the mouse pointer to see the tooltip.
+</p>
index bb588c2224eb5385a25c05edd5c01aff6d804d77..28699bf3cee24478257e2757b825620edc26ea1a 100644 (file)
@@ -2061,6 +2061,15 @@ uri: troubleshooting/plugin-dsp-load
 part: chapter
 ---
 
+---
+title: Performance Meters
+menu_title: Performance Meters
+include: performance-meters.html
+link: performance-meters
+uri: troubleshooting/performance-meters
+part: chapter
+---
+
 ---
 title: Scripting
 part: part
diff --git a/source/images/performance-meters.png b/source/images/performance-meters.png
new file mode 100644 (file)
index 0000000..c368fd5
Binary files /dev/null and b/source/images/performance-meters.png differ