profile: Remove integration with Instruments.app "Points of Interest" (#39354)

This changes removes the integration with Instruments.app "Points of
Interest" track for a variety of reasons:

 - This functionality is made somewhat redundant by Servo's support for
   Perfetto traces.
 - This functionality depends on the `signpost` crate which hasn't seen
   activity for 9 years and only supports macOS.

Testing: This removes some functionality that is only observable via
Instruments.app, so testing it is difficult.

Signed-off-by: Martin Robinson <mrobinson@igalia.com>
This commit is contained in:
Martin Robinson 2025-09-18 04:37:00 +02:00 committed by GitHub
parent 054b35e5b0
commit 020b82e1fe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 1 additions and 25 deletions

View file

@ -769,10 +769,6 @@ fn print_debug_options_usage(app: &str) {
"relayout-event",
"Print notifications when there is a relayout.",
);
print_option(
"signpost",
"Emit native OS signposts for profile events (currently macOS only)",
);
println!();