diff options
author | Johnathan Corgan <johnathan@corganlabs.com> | 2015-04-15 14:03:44 -0700 |
---|---|---|
committer | Johnathan Corgan <johnathan@corganlabs.com> | 2015-04-15 14:03:44 -0700 |
commit | 527c21cb6a3b1b32610c4acf0bec8956ace2c5bf (patch) | |
tree | 5fdb9e755f77d2493d8851f956b074c6f11cb8ce /docs/doxygen/other/perf_counters.dox | |
parent | 7765798c48b9ec4b1cda43367e97eb778a8ad758 (diff) | |
parent | b092142302bcf8c771ec68e61da7781eb406c86f (diff) |
Merge branch 'master' into next
Diffstat (limited to 'docs/doxygen/other/perf_counters.dox')
-rw-r--r-- | docs/doxygen/other/perf_counters.dox | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/doxygen/other/perf_counters.dox b/docs/doxygen/other/perf_counters.dox index 1a5bf40cba..9bca38268a 100644 --- a/docs/doxygen/other/perf_counters.dox +++ b/docs/doxygen/other/perf_counters.dox @@ -85,4 +85,14 @@ The options for the [PerfCounters] section are: \li clock: sets the type of clock used when calculating work_time ('thread' or 'monotonic'). + +\section pc_perfmonitor Performance Monitor + +See \ref perfmonitor for some details of using a ControlPort-based +monitor application, gr-perf-monitorx, for visualizing the +counters. This application is particularly useful in learning which +blocks are the computationally complex blocks that could use extra +optimization or work to improve their performance. It can also be used +to understand the current 'health' of the application. + */ |