Bug 200167 - [FTW] Implement a page load profiling tool
Summary: [FTW] Implement a page load profiling tool
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on: 200155
Blocks:
  Show dependency treegraph
 
Reported: 2019-07-26 10:09 PDT by Brent Fulgham
Modified: 2019-07-28 19:13 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Brent Fulgham 2019-07-26 10:09:50 PDT
Performance monitoring is an important part of a high quality product. We need to make sure we can guard against performance regressions and confirm progressions.

We decided to remove the dead code from an earlier attempt in Bug 200155, but we need to revamp it under the new system once it's up and running.
Comment 1 Fujii Hironori 2019-07-28 19:13:26 PDT
How about Tools/Scripts/run-perf-tests ?