v8/test/mjsunit/tools
mikhail.naganov@gmail.com d87f83c5f8 Fix issue 427: JS tick processor now works out-of-the-box for Chromium on Windows.
MSVS names '.map' file using only module's name, so both 'a.exe' and 'a.dll' will have 'a.map' file. To distinguish an originating module, we're now checking for image base which is always 00400000 for .exe files, and not 00400000 for .dlls.

Verified that windows-tick-processor can now process logs from Chromium using .map file generated for 'chrome.dll', an that it still works for V8's 'shell.exe'.

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

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@2699 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2009-08-17 13:45:03 +00:00
..
codemap.js TickProcessor: more accurate mapping of statically compiled code on Linux. 2009-07-14 09:47:44 +00:00
consarray.js TickProcessor script reimplemented in JavaScript. 2009-04-27 13:50:42 +00:00
csvparser.js Implemented a CSV parser in JavaScript. 2009-04-17 17:58:14 +00:00
logreader.js Fix issue 420: accept truncated log files. 2009-08-17 09:31:58 +00:00
profile_view.js Rename profileview.js -> profile_view.js because WebInspector already has ProfileView.js. 2009-04-28 09:15:31 +00:00
profile.js TickProcessor: more accurate mapping of statically compiled code on Linux. 2009-07-14 09:47:44 +00:00
splaytree.js Reimplement Splay Tree in JavaScript (and add unit tests!). 2009-04-15 01:22:52 +00:00
tickprocessor-test.default TickProcessor: more accurate mapping of statically compiled code on Linux. 2009-07-14 09:47:44 +00:00
tickprocessor-test.gc-state Add automatic tests for Tick Processor, take two. 2009-07-09 06:39:38 +00:00
tickprocessor-test.ignore-unknown TickProcessor: more accurate mapping of statically compiled code on Linux. 2009-07-14 09:47:44 +00:00
tickprocessor-test.log Add automatic tests for Tick Processor, take two. 2009-07-09 06:39:38 +00:00
tickprocessor-test.separate-ic TickProcessor: more accurate mapping of statically compiled code on Linux. 2009-07-14 09:47:44 +00:00
tickprocessor.js Fix issue 427: JS tick processor now works out-of-the-box for Chromium on Windows. 2009-08-17 13:45:03 +00:00