Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(280)

Issue 56064: Fixed numerous issues that were causing errors in profiler log processing (Closed)

Created:
11 years, 8 months ago by Mikhail Naganov
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

Fixed numerous issues that were causing errors in profiler log processing on a real web application loaded in the test shell. Also implemented output of JSON-encoded call stacks for profiler prototype. Committed: http://code.google.com/p/v8/source/detail?r=1646

Patch Set 1 #

Total comments: 8

Patch Set 2 : Updated according to Soeren's comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+125 lines, -29 lines) Patch
M src/log.h View 1 2 chunks +3 lines, -1 line 0 comments Download
M src/log.cc View 1 5 chunks +26 lines, -4 lines 0 comments Download
M src/platform.h View 1 2 chunks +4 lines, -1 line 0 comments Download
M src/platform-posix.cc View 1 1 chunk +3 lines, -0 lines 0 comments Download
M src/platform-win32.cc View 1 1 chunk +4 lines, -0 lines 0 comments Download
M src/regexp-macro-assembler-ia32.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M tools/tickprocessor.py View 7 chunks +84 lines, -22 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Mikhail Naganov
11 years, 8 months ago (2009-03-30 15:52:27 UTC) #1
Søren Thygesen Gjesse
http://codereview.chromium.org/56064/diff/1/2 File src/log.cc (right): http://codereview.chromium.org/56064/diff/1/2#newcode405 Line 405: OS::FSetMode(Logger::logfile_, false); I think we should try to ...
11 years, 8 months ago (2009-03-31 07:23:13 UTC) #2
Mikhail Naganov
Thanks for insightful comments! http://codereview.chromium.org/56064/diff/1/2 File src/log.cc (right): http://codereview.chromium.org/56064/diff/1/2#newcode405 Line 405: OS::FSetMode(Logger::logfile_, false); On 2009/03/31 ...
11 years, 8 months ago (2009-03-31 08:52:51 UTC) #3
Søren Thygesen Gjesse
11 years, 8 months ago (2009-03-31 09:05:07 UTC) #4
LGTM

Powered by Google App Engine
This is Rietveld 408576698