diff options
author | Tom Rondeau <tom@trondeau.com> | 2015-03-03 12:22:33 -0500 |
---|---|---|
committer | Tom Rondeau <tom@trondeau.com> | 2015-04-02 15:38:57 -0700 |
commit | cc5b9ae930b70a9ada0a9efc5a538fa357753e32 (patch) | |
tree | 1d2bfa236666f6477d04be33a12e7ebd2179cb7f /docs/doxygen/other/perf_counters.dox | |
parent | d99c0b44b1883708edee13bfbaaecae7ebfd7be5 (diff) |
docs: adding in info on ControlPort and Thrift.
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. + */ |