diff options
Diffstat (limited to 'gnuradio-runtime/include/gnuradio/block.h')
-rw-r--r-- | gnuradio-runtime/include/gnuradio/block.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gnuradio-runtime/include/gnuradio/block.h b/gnuradio-runtime/include/gnuradio/block.h index b8cbcfc552..5cd5dbb4a4 100644 --- a/gnuradio-runtime/include/gnuradio/block.h +++ b/gnuradio-runtime/include/gnuradio/block.h @@ -461,6 +461,11 @@ namespace gr { float pc_work_time_var(); /*! + * \brief Gets total clock cycles spent in work. + */ + float pc_work_time_total(); + + /*! * \brief Resets the performance counters */ void reset_perf_counters(); |