This class contains profiler status.
More...
#include <CProfilerController.h>
|
| int | getAnalysisError () const |
| | Returns profiler analysis error code.
|
| int | getNoOfSamples () |
| | Returns the number of recorded or analyzed samples, depending on flags of CProfilerController::getStatus() method.
|
| bool | isActive () const |
| | Returns true, if profiler is recording.
|
| bool | isBufferOverrun () const |
| | Returns true, if there was buffer overrun.
|
| bool | isError () const |
| | Returns true if any of the above errors occurs.
|
| bool | isErrorInBuffer () const |
| | Returns true, if there was error in buffer.
|
| bool | isIdle () const |
| | Returns true, if profiler is idle.
|
| bool | isLoading () const |
| | Returns true, if profiler is loading data to PC.
|
| bool | isMustInit () const |
| | Returns true, if profiler must be initialized.
|
| bool | isRecordingError () const |
| | Returns true, if there was error in recording.
|
| bool | isWaiting () const |
| | Returns true, if profiler is waiting for trigger.
|
| std::string | toString () |
| | Returns object data as YAML string.
|
This class contains profiler status.
It should not be instantiated by clients. Call CProfilerController::getStatus() to get instance of this class.
◆ getAnalysisError()
| int isys::CProfilerStatus::getAnalysisError |
( |
| ) |
const |
|
inline |
Returns profiler analysis error code.
If there was no error, 0 is returned.
- Since
- 9.12.288
◆ getNoOfSamples()
| int isys::CProfilerStatus::getNoOfSamples |
( |
| ) |
|
|
inline |
◆ isActive()
| bool isys::CProfilerStatus::isActive |
( |
| ) |
const |
|
inline |
Returns true, if profiler is recording.
- Since
- 9.12.288
◆ isBufferOverrun()
| bool isys::CProfilerStatus::isBufferOverrun |
( |
| ) |
const |
|
inline |
Returns true, if there was buffer overrun.
- Since
- 9.12.288
◆ isError()
| bool isys::CProfilerStatus::isError |
( |
| ) |
const |
|
inline |
Returns true if any of the above errors occurs.
- Since
- 9.12.288
◆ isErrorInBuffer()
| bool isys::CProfilerStatus::isErrorInBuffer |
( |
| ) |
const |
|
inline |
Returns true, if there was error in buffer.
- Since
- 9.12.288
◆ isIdle()
| bool isys::CProfilerStatus::isIdle |
( |
| ) |
const |
|
inline |
Returns true, if profiler is idle.
- Since
- 9.12.288
◆ isLoading()
| bool isys::CProfilerStatus::isLoading |
( |
| ) |
const |
|
inline |
Returns true, if profiler is loading data to PC.
- Since
- 9.12.288
◆ isMustInit()
| bool isys::CProfilerStatus::isMustInit |
( |
| ) |
const |
|
inline |
Returns true, if profiler must be initialized.
- Since
- 9.12.288
◆ isRecordingError()
| bool isys::CProfilerStatus::isRecordingError |
( |
| ) |
const |
|
inline |
Returns true, if there was error in recording.
- Since
- 9.12.288
◆ isWaiting()
| bool isys::CProfilerStatus::isWaiting |
( |
| ) |
const |
|
inline |
Returns true, if profiler is waiting for trigger.
- Since
- 9.12.288
◆ toString()
| std::string isys::CProfilerStatus::toString |
( |
| ) |
|
|
inline |
Returns object data as YAML string.
- Since
- 9.12.288