tests: profiling_api: fix comments
This uses log_stack_usage() now. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
This commit is contained in:
parent
f60563bbeb
commit
a33a4b0785
1 changed files with 3 additions and 3 deletions
|
@ -77,7 +77,7 @@ static void work_handler(struct k_work *w)
|
||||||
*
|
*
|
||||||
* @ingroup kernel_profiling_tests
|
* @ingroup kernel_profiling_tests
|
||||||
*
|
*
|
||||||
* @see k_thread_foreach(), stack_analyze()
|
* @see k_thread_foreach(), log_stack_usage()
|
||||||
*/
|
*/
|
||||||
void test_call_stacks_analyze_main(void)
|
void test_call_stacks_analyze_main(void)
|
||||||
{
|
{
|
||||||
|
@ -94,7 +94,7 @@ void test_call_stacks_analyze_main(void)
|
||||||
* @ingroup kernel_profiling_tests
|
* @ingroup kernel_profiling_tests
|
||||||
*
|
*
|
||||||
* @see k_thread_foreach(), _sys_suspend(), _sys_resume(),
|
* @see k_thread_foreach(), _sys_suspend(), _sys_resume(),
|
||||||
* stack_analyze()
|
* log_stack_usage()
|
||||||
*/
|
*/
|
||||||
void test_call_stacks_analyze_idle(void)
|
void test_call_stacks_analyze_idle(void)
|
||||||
{
|
{
|
||||||
|
@ -111,7 +111,7 @@ void test_call_stacks_analyze_idle(void)
|
||||||
* @ingroup kernel_profiling_tests
|
* @ingroup kernel_profiling_tests
|
||||||
*
|
*
|
||||||
* @see k_thread_foreach(), k_work_init(), k_work_submit(),
|
* @see k_thread_foreach(), k_work_init(), k_work_submit(),
|
||||||
* stack_analyze()
|
* log_stack_usage()
|
||||||
*/
|
*/
|
||||||
void test_call_stacks_analyze_workq(void)
|
void test_call_stacks_analyze_workq(void)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue