diff --git a/include/performance-meters.html b/include/performance-meters.html new file mode 100644 index 00000000..1d6ace1c --- /dev/null +++ b/include/performance-meters.html @@ -0,0 +1,17 @@ +
+ The Performance Meters 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. +
+ + + ++ 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. +
diff --git a/master-doc.txt b/master-doc.txt index bb588c22..28699bf3 100644 --- a/master-doc.txt +++ b/master-doc.txt @@ -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 index 00000000..c368fd5e Binary files /dev/null and b/source/images/performance-meters.png differ