Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 62ae9685cc3a924cff9563ac68a9856a27526041
      
https://github.com/WebKit/WebKit/commit/62ae9685cc3a924cff9563ac68a9856a27526041
  Author: Yusuke Suzuki <ysuz...@apple.com>
  Date:   2025-08-26 (Tue, 26 Aug 2025)

  Changed paths:
    M Source/JavaScriptCore/CMakeLists.txt
    M Source/JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj
    M Source/JavaScriptCore/runtime/ProfilerSupport.cpp
    M Source/JavaScriptCore/runtime/ProfilerSupport.h
    M Source/WebCore/page/Performance.cpp

  Log Message:
  -----------
  [JSC] Add ProfilerSupport hook into performance.measure when 
WebKitPerformanceSignpostEnabled envvar is on
https://bugs.webkit.org/show_bug.cgi?id=297938
rdar://159232739

Reviewed by Yijia Huang.

This patch adds JSC::ProfilerSupport hook into performance.measure
when WebKitPerformanceSignpostEnabled envvar is on.
This will also emit some additional information (when text-marker is
enabled) for performance analysis via JSC::ProfilerSupport as the same
to JSGlobalObject's signposts.

* Source/JavaScriptCore/CMakeLists.txt:
* Source/JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj:
* Source/JavaScriptCore/runtime/ProfilerSupport.cpp:
(JSC::ProfilerSupport::markInterval):
* Source/JavaScriptCore/runtime/ProfilerSupport.h:
* Source/WebCore/page/Performance.cpp:
(WebCore::Performance::measure):

Canonical link: https://commits.webkit.org/299187@main



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to