From 1ab90b5435bf0eefc499044c77fd72c1be06a895 Mon Sep 17 00:00:00 2001 From: Isaac Rowe <9010221+irowebbn@users.noreply.github.com> Date: Fri, 21 Jul 2023 09:32:05 -0500 Subject: [PATCH] Fix #2406 Remove nonexist reference for perf tool --- modules/core_api/fsw/inc/cfe_es.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/core_api/fsw/inc/cfe_es.h b/modules/core_api/fsw/inc/cfe_es.h index cac2c8f03..26f98bf6b 100644 --- a/modules/core_api/fsw/inc/cfe_es.h +++ b/modules/core_api/fsw/inc/cfe_es.h @@ -1458,7 +1458,7 @@ CFE_Status_t CFE_ES_GetMemPoolStats(CFE_ES_MemPoolStats_t *BufPtr, CFE_ES_MemHan ** \par Description ** This macro logs the entry or start event/marker for the specified ** entry \c id. This macro, in conjunction with the #CFE_ES_PerfLogExit, -** is used by the Software Performance Analysis tool (see section 5.15). +** is used by the Software Performance Analysis tool. ** ** \par Assumptions, External Events, and Notes: ** None @@ -1477,7 +1477,7 @@ CFE_Status_t CFE_ES_GetMemPoolStats(CFE_ES_MemPoolStats_t *BufPtr, CFE_ES_MemHan ** \par Description ** This macro logs the exit or end event/marker for the specified ** entry \c id. This macro, in conjunction with the #CFE_ES_PerfLogEntry, -** is used by the Software Performance Analysis tool (see section 5.15). +** is used by the Software Performance Analysis tool. ** ** \par Assumptions, External Events, and Notes: ** None @@ -1498,7 +1498,7 @@ CFE_Status_t CFE_ES_GetMemPoolStats(CFE_ES_MemPoolStats_t *BufPtr, CFE_ES_MemHan ** \par Description ** This function logs the entry and exit marker for the specified ** \c id. This function is used by the Software Performance Analysis -** tool (see section 5.15). +** tool. ** ** \par Assumptions, External Events, and Notes: