Go to file
mikhail.naganov@gmail.com 4f5ff869d3 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.

Review URL: http://codereview.chromium.org/1523015

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@4357 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2010-04-07 14:18:26 +00:00
benchmarks Remove svn:executable flag from run.html and style.css and change the mime-type of style.css to text/css. 2009-07-15 10:37:10 +00:00
include Update doc as well. 2010-04-06 18:04:45 +00:00
samples Making lint happy. 2010-02-10 11:48:53 +00:00
src C++ profiles processor: align browser mode with the old implementation, sample VM state. 2010-04-07 14:18:26 +00:00
test C++ profiles processor: align browser mode with the old implementation, sample VM state. 2010-04-07 14:18:26 +00:00
tools Add include/v8-profiler.h into manually maintained project files. 2010-04-06 17:15:19 +00:00
.gitignore Add '.cpplint-cache' to ignore lists for SVN and Git. This change also sets 'ignore' property on '.', although this change isn't visible in Rietveld. 2009-12-11 09:01:38 +00:00
AUTHORS Revert pax change as it does not work with older versions of scons. 2010-02-25 08:27:07 +00:00
ChangeLog Prepare push to trunk. Now working on version 2.2.2. 2010-04-06 12:43:43 +00:00
LICENSE Get rid of duplicate LICENSE entry for the Valgrind 2009-09-27 09:33:11 +00:00
SConstruct C++ profiles processor: put under #ifdef and fix issues. 2010-03-30 11:38:39 +00:00