Zephyr API Documentation  3.6.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
thread_analyzer_info Struct Reference

#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.
 

Field Documentation

◆ name

const char* thread_analyzer_info::name

The name of the thread or stringified address of the thread handle if name is not set.

◆ stack_size

size_t thread_analyzer_info::stack_size

The total size of the stack.

◆ stack_used

size_t thread_analyzer_info::stack_used

Stack size in used.


The documentation for this struct was generated from the following file: