commit | 086ccf009d8889dc66e296f9a70254f892cdcefc | [log] [tgz] |
---|---|---|
author | Liquan(Max) Gu <maxlg@chromium.org> | Mon Apr 29 19:45:38 2019 |
committer | Commit Bot <commit-bot@chromium.org> | Mon Apr 29 19:45:38 2019 |
tree | db5e935fa081217977ad8100ac141a691026856c | |
parent | c140e79472f8c76a28a1c16cc4ae77d90a5506a8 [diff] |
[UserTimingL3] Support "new PerformanceMark()" Support PerformanceMark entry creation without affecting performance timeline. After landing this, users is able to call: * new PerformanceMark("name"), or * new PerformanceMark("name", { startTime:1 }) Compared with performance.mark(), the new API doesn't affect performance timeline. Bug: 953859, 758385 Change-Id: I102f28b4f955e986b7d6d9c51ab6bd4188cb24fe Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1572801 Reviewed-by: Nicolás Peña Moreno <npm@chromium.org> Commit-Queue: Liquan (Max) Gu <maxlg@chromium.org> Cr-Commit-Position: refs/heads/master@{#654981}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .