DescriptionAdd logging of callbacks in prof-lazy mode.
This is needed to show calls to DOM in CPU profiles. I can think
of a better approach like adding specific functions into V8 API
for explicitly providing callback names and modifying bindings codegen
appropriately. My plan is as follows:
- submit this CL;
- implement anything I need to process log data and display DOM
calls in profiles;
- think again about adding specific functions and modifying bindings
codegen.
BUG=http://code.google.com/p/chromium/issues/detail?id=27613
Committed: http://code.google.com/p/v8/source/detail?r=3340
Patch Set 1 #Patch Set 2 : Fix lint error #
Total comments: 16
Patch Set 3 : Comments addressed #
Messages
Total messages: 3 (0 generated)
|