ipa: libipa: Add data accessor to Histogram
For debugging purposes it is helpful to access the internal data of the histogram. Add an accessor for that. Signed-off-by: Stefan Klug <stefan.klug@ideasonboard.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
This commit is contained in:
parent
f328b61f66
commit
6d9baefca8
2 changed files with 7 additions and 0 deletions
|
@ -62,6 +62,12 @@ Histogram::Histogram(Span<const uint32_t> data)
|
|||
* \return Number of bins
|
||||
*/
|
||||
|
||||
/**
|
||||
* \fn Histogram::data()
|
||||
* \brief Retrieve the internal data
|
||||
* \return The data
|
||||
*/
|
||||
|
||||
/**
|
||||
* \fn Histogram::total()
|
||||
* \brief Retrieve the total number of values in the data set
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue