Chromium Code Reviews
Description[Extensions] Add perf metrics for StartRequest()/HandleResponse()
StartRequest() and HandleResponse() are used in the renderer to start
and finish an extension function call. The most intensive part of this
involves receiving arguments from v8 and converting them to base::Values
(or vice versa). Add a timer to see how long this takes.
Depending on the data, we may also want to break this into buckets and
record the function enum to highlight particularly egregious functions,
as we do for function execution time.
BUG=608561
Committed: https://crrev.com/b2b31390d6845f42b5966f854e90f69ff39705e0
Cr-Commit-Position: refs/heads/master@{#401462}
Patch Set 1 #
Messages
Total messages: 9 (3 generated)
|
||||||||||||||||||||||||||||||||||||||||||||||