Reviewers: Søren Gjesse,

Message:
Sending message manually because upload had finished with 500 error.

Description:
C++ profiles processor: align browser mode with the old implementation, sample
VM state.

In browser (DevTools) mode, only non-native JS code and callbacks are reported. Also, added "(garbage collector)" entry which accumulates samples count in GC
state.
Trying to display "(compiler)" and "(external)" only brings confusion,
because it ends up in displaying scripts code under "(compiler)" node, and DOM
event handlers under "(external)" node, which looks weird.

Please review this at http://codereview.chromium.org/1523015

Affected files:
  M src/cpu-profiler.h
  M src/cpu-profiler.cc
  M src/globals.h
  M src/heap.h
  M src/log-inl.h
  M src/platform-linux.cc
  M src/platform-macos.cc
  M src/platform-win32.cc
  M src/platform.h
  M src/profile-generator-inl.h
  M src/profile-generator.h
  M src/profile-generator.cc
  M test/cctest/test-cpu-profiler.cc


--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

To unsubscribe, reply using "remove me" as the subject.

Reply via email to