Bug 1691589 Comment 0 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

As part of bug 1691092, we would like to add labels in add-marker functions.
This is currently not possible because label functions are in the main Base/GeckoProfiler.h headers, which include marker headers.
So we need to extra label APIs into a separate header, which can then be included by marker functions.

And this will help with bug 1681416 (splitting profiler headers).
As part of bug 1691092, we would like to add labels in add-marker functions.
This is currently not possible because label functions are in the main Base/GeckoProfiler.h headers, which include marker headers.
So we need to extract label APIs into a separate header, which can then be included by marker functions.

And this will help with bug 1681416 (splitting profiler headers).

Back to Bug 1691589 Comment 0