Description[Tracing] Remove TRACE_EVENT_SCOPED_CONTEXT from V8 temporarily
The current trace scoping failed to accomplish what it intended to do
it failed in 2 aspects:
First, when new trace events were added in
https://codereview.chromium.org/1770353002/ they escaped the scopes.
Secondly, a webgl code interacts with the V8 Objects directly using
the EXECUTION_PRIMITIVE context that does not generate any TRACE_EVENTs
resulting in a lot of empty scopes (breaking analysis on TBM webgl benchmarks)
https://crbug.com/590761.
I am removing the calls for now until figuring out a better approach for both issues.
BUG=590761, v8:4565
LOG=N
Committed: https://crrev.com/7a7d5815dbe292c587d696b963409af746e5bd9a
Cr-Commit-Position: refs/heads/master@{#34799}
Patch Set 1 #
Messages
Total messages: 12 (5 generated)
|