Author: [email protected]
Date: Wed Jun 17 01:27:19 2009
New Revision: 2199

Modified:
    branches/bleeding_edge/tools/tickprocessor.js

Log:
Include weak symbols from 'nm' report. This fixes "C++" part of profiling  
results.

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


Modified: branches/bleeding_edge/tools/tickprocessor.js
==============================================================================
--- branches/bleeding_edge/tools/tickprocessor.js       (original)
+++ branches/bleeding_edge/tools/tickprocessor.js       Wed Jun 17 01:27:19 2009
@@ -478,7 +478,7 @@
  inherits(UnixCppEntriesProvider, CppEntriesProvider);


-UnixCppEntriesProvider.FUNC_RE = /^([0-9a-fA-F]{8}) [tT] (.*)$/;
+UnixCppEntriesProvider.FUNC_RE = /^([0-9a-fA-F]{8}) [tTwW] (.*)$/;


  UnixCppEntriesProvider.prototype.loadSymbols = function(libName) {

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

Reply via email to