Bug 1944302 - Add profiler markers around gemmology operations. r=sfink

We could have gone with putting this under the macro but I wanted custom marker
messages for each call so decided to simply add a marker to each call site.

Differential Revision: https://phabricator.services.mozilla.com/D239786
This commit is contained in:
Paul Adenot
2025-03-04 12:51:02 +00:00
parent ebf6af14e9
commit 00a110d4a7
2 changed files with 65 additions and 2 deletions

View File

@@ -114,6 +114,7 @@ included_inclnames_to_ignore = set(
"wasm/WasmBuiltinModuleGenerated.h", # generated in $OBJDIR"
"zydis/ZydisAPI.h", # Zydis
"xsum/xsum.h", # xsum
"fmt/format.h", # {fmt} main header
]
)