profiler icon indicating copy to clipboard operation
profiler copied to clipboard

Add new marker schema format: "pid" (process id)

Open squelart opened this issue 3 years ago • 0 comments

In https://bugzilla.mozilla.org/show_bug.cgi?id=1757389 , we want to add a new mozilla::MarkerSchema::Format item corresponding to a "pid" (process id). Eventually (in this bug or a follow-up), the front-end could display these with the process name&type found elsewhere in the profile.

If this makes sense to do at the same time, we could also add a "tid" (thread id) format, instead of relying on the marker data property name to be exactly "threadId".

This issue here should be implemented before https://bugzilla.mozilla.org/show_bug.cgi?id=1757389 can land, please synchronize.

squelart avatar Mar 01 '22 08:03 squelart