Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #2406 Remove nonexist reference for perf tool #2408

Merged
merged 1 commit into from
Nov 14, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ -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
Expand All @@ -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
Expand All @@ -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:

Expand Down