Real time embedded FreeRTOS RSS feed 
Homepage FreeRTOS+ Products FreeRTOS Labs Support Forum Contact / Enquiries

Kernel Object Utilisation View

[Example FreeRTOS+Trace Views]

Visualises

The number of messages present in a queue or semaphore over time.


Synopsis

Kernel objects used for inter-process communication (IPC) include FreeRTOS queues and the various types of semaphore. The number of items in a queue is incremented each time the queue is successfully written to, and decremented each time the queue is successfully read from. In the same way, the count associated with a semaphore is incremented each time the semaphore is successfully 'given', and decremented each time the semaphore is successfully 'taken'. The kernel object utilisation view shows the count associated with a queue or semaphore over a period of time.


Click Events

The trace view corresponding to the clicked time is displayed when the view is clicked.


A screen shot of the FreeRTOS+Trace kernel object utilisation view showing the number of messages in a queue or semaphore over time
The kernel object utilisation view. Click to enlarge.



[ Back to the top ]    [ About FreeRTOS ]    [ Privacy ]    [ FreeRTOS+ Sitemap ]    [ Main FreeRTOS Sitemap ]    [ ]


Copyright (C) Amazon Web Services, Inc. or its affiliates. All rights reserved.