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:
Andrew Boie 2020-03-12 15:03:14 -07:00 committed by Anas Nashif
commit a33a4b0785

View file

@ -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)
{ {