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

Issue 12212198: Add C++ Trace Event support to PPAPI/NaCl SDK (Closed)

Created:
7 years, 10 months ago by elijahtaylor1
Modified:
6 years, 11 months ago
Reviewers:
brettw, noelallen1, binji
CC:
chromium-reviews, binji, Sam Clegg
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

Add C++ Trace Event support to PPAPI/NaCl SDK * Add trace_event_internal.h header to the NaCl SDK * Add example to the NaCl SDK of how to use trace events BUG=93839, 160562 TEST=manual (build nacl sdk, run example)

Patch Set 1 #

Total comments: 12

Patch Set 2 : Feedback #

Patch Set 3 : Fix bots, example button #

Total comments: 8

Patch Set 4 : brettw feedback #

Unified diffs Side-by-side diffs Delta from patch set Stats (+379 lines, -6 lines) Patch
M native_client_sdk/src/build_tools/build_sdk.py View 4 chunks +10 lines, -0 lines 0 comments Download
A + native_client_sdk/src/examples/trace_events/Makefile View 3 chunks +4 lines, -4 lines 0 comments Download
A native_client_sdk/src/examples/trace_events/example.dsc View 1 chunk +26 lines, -0 lines 0 comments Download
A native_client_sdk/src/examples/trace_events/example.js View 1 2 1 chunk +37 lines, -0 lines 0 comments Download
A native_client_sdk/src/examples/trace_events/index.html View 1 1 chunk +38 lines, -0 lines 0 comments Download
A native_client_sdk/src/examples/trace_events/trace_events.cc View 1 2 3 1 chunk +130 lines, -0 lines 0 comments Download
M native_client_sdk/src/libraries/ppapi_cpp/Makefile View 1 chunk +1 line, -1 line 0 comments Download
M native_client_sdk/src/libraries/ppapi_cpp/library.dsc View 2 chunks +2 lines, -0 lines 0 comments Download
M ppapi/cpp/DEPS View 1 chunk +2 lines, -0 lines 0 comments Download
A ppapi/cpp/dev/trace_event_dev.h View 1 2 3 1 chunk +76 lines, -0 lines 0 comments Download
A ppapi/cpp/dev/trace_event_dev.cc View 1 2 3 1 chunk +46 lines, -0 lines 0 comments Download
M ppapi/ppapi_cpp.gypi View 1 chunk +5 lines, -1 line 0 comments Download
M ppapi/ppapi_sources.gypi View 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
elijahtaylor1
brettw: please review PPAPI C++ changes (there is some potentially questionable stuff in there with ...
7 years, 10 months ago (2013-02-14 21:03:29 UTC) #1
binji
nacl_sdk stuff lgtm, though you should check with noelallen as well. https://codereview.chromium.org/12212198/diff/1/native_client_sdk/src/examples/trace_events/index.html File native_client_sdk/src/examples/trace_events/index.html (right): ...
7 years, 10 months ago (2013-02-14 22:01:28 UTC) #2
elijahtaylor1
Thanks for the quick first review. +noelallen for SDK signoff https://codereview.chromium.org/12212198/diff/1/native_client_sdk/src/examples/trace_events/index.html File native_client_sdk/src/examples/trace_events/index.html (right): https://codereview.chromium.org/12212198/diff/1/native_client_sdk/src/examples/trace_events/index.html#newcode26 ...
7 years, 10 months ago (2013-02-14 23:38:10 UTC) #3
noelallen1
LGTM+ Fix failures first.
7 years, 10 months ago (2013-02-15 01:59:25 UTC) #4
brettw
https://codereview.chromium.org/12212198/diff/19/ppapi/cpp/dev/trace_event_dev.h File ppapi/cpp/dev/trace_event_dev.h (right): https://codereview.chromium.org/12212198/diff/19/ppapi/cpp/dev/trace_event_dev.h#newcode14 ppapi/cpp/dev/trace_event_dev.h:14: namespace pp { Blank line before this. https://codereview.chromium.org/12212198/diff/19/ppapi/cpp/dev/trace_event_dev.h#newcode15 ppapi/cpp/dev/trace_event_dev.h:15: ...
7 years, 10 months ago (2013-02-15 19:21:59 UTC) #5
elijahtaylor1
In the process of sorting out fallout from (https://chromiumcodereview.appspot.com/11366109), please no reviews in the meantime, ...
7 years, 10 months ago (2013-02-20 01:09:50 UTC) #6
nduca
You really should be running these kinds of changes by trace_event maintainers. It doesn't have ...
7 years, 10 months ago (2013-02-20 01:16:38 UTC) #7
elijahtaylor1
7 years, 10 months ago (2013-02-20 01:45:34 UTC) #8
On 2013/02/20 01:16:38, nduca wrote:
> You really should be running these kinds of changes by trace_event
maintainers.
> It doesn't have to me. scottmg, dsinclair, simonjam, all have experience in
that
> code and can provide useful feedback on the api.

I agree.  I've sent out an email to everyone (including you) for clarification.

Powered by Google App Engine
This is Rietveld 408576698