| 
    Zephyr Project API
    3.3.0
    
   A Scalable Open Source RTOS 
   | 
 
#include <stddef.h>Go to the source code of this file.
Data Structures | |
| struct | thread_analyzer_info | 
Typedefs | |
| typedef void(* | thread_analyzer_cb) (struct thread_analyzer_info *info) | 
| Thread analyzer stack size callback function.  More... | |
Functions | |
| void | thread_analyzer_run (thread_analyzer_cb cb) | 
| Run the thread analyzer and provide information to the callback.  More... | |
| void | thread_analyzer_print (void) | 
| Run the thread analyzer and print stack size statistics.  More... | |