|
Zephyr Project API 4.0.0
A Scalable Open Source RTOS
|
#include <thread_analyzer.h>
Data Fields | |
| const char * | name |
| The name of the thread or stringified address of the thread handle if name is not set. | |
| size_t | stack_size |
| The total size of the stack. | |
| size_t | stack_used |
| Stack size in used. | |
| const char* thread_analyzer_info::name |
The name of the thread or stringified address of the thread handle if name is not set.
| size_t thread_analyzer_info::stack_size |
The total size of the stack.
| size_t thread_analyzer_info::stack_used |
Stack size in used.