Skip to content

Commit

Permalink
Merge pull request #2408 from irowebbn:2406-remove-perfid-manual-ref
Browse files Browse the repository at this point in the history
irowebbn:2406-remove-perfid-manual-ref
  • Loading branch information
dzbaker committed Nov 13, 2023
2 parents d57e537 + 1ab90b5 commit 3371fb8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modules/core_api/fsw/inc/cfe_es.h
Original file line number Diff line number Diff line change
Expand Up @@ -1451,7 +1451,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
Expand All @@ -1470,7 +1470,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
Expand All @@ -1491,7 +1491,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:
Expand Down

0 comments on commit 3371fb8

Please sign in to comment.