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

Issue 11348354: Change cygprofile to work on Android. (Closed)

Created:
8 years ago by felipeg
Modified:
8 years ago
CC:
chromium-reviews, pam+watch_chromium.org
Visibility:
Public.

Description

Change cygprofile to work on Android. We want to use cygprofile for the same purpose as the chromeos: To generate order_text_session files based on earliest run of each function call. BUG=150893 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=171034

Patch Set 1 #

Total comments: 8

Patch Set 2 : #

Patch Set 3 : #

Total comments: 7
Unified diffs Side-by-side diffs Delta from patch set Stats (+22 lines, -8 lines) Patch
M build/common.gypi View 1 chunk +1 line, -1 line 0 comments Download
M tools/cygprofile/cygprofile.cc View 1 2 6 chunks +21 lines, -6 lines 7 comments Download
M tools/cygprofile/cygprofile.gyp View 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 17 (0 generated)
felipeg
8 years ago (2012-12-03 16:12:53 UTC) #1
glotov
https://chromiumcodereview.appspot.com/11348354/diff/1/build/common.gypi File build/common.gypi (right): https://chromiumcodereview.appspot.com/11348354/diff/1/build/common.gypi#newcode2743 build/common.gypi:2743: ['order_profiling!=0 and (chromeos==1 or OS=="linux" or OS=="android")', { 80-columns ...
8 years ago (2012-12-03 16:42:17 UTC) #2
bulach
nice, thanks felipe! I'm not too familiar with this part, but go ahead once glotov ...
8 years ago (2012-12-03 16:48:30 UTC) #3
felipeg
https://chromiumcodereview.appspot.com/11348354/diff/1/build/common.gypi File build/common.gypi (right): https://chromiumcodereview.appspot.com/11348354/diff/1/build/common.gypi#newcode2743 build/common.gypi:2743: ['order_profiling!=0 and (chromeos==1 or OS=="linux" or OS=="android")', { On ...
8 years ago (2012-12-03 16:56:44 UTC) #4
glotov
https://chromiumcodereview.appspot.com/11348354/diff/1/tools/cygprofile/cygprofile.cc File tools/cygprofile/cygprofile.cc (right): https://chromiumcodereview.appspot.com/11348354/diff/1/tools/cygprofile/cygprofile.cc#newcode290 tools/cygprofile/cygprofile.cc:290: #if !defined(OS_ANDROID) Well, actually it is up to you. ...
8 years ago (2012-12-03 17:10:08 UTC) #5
felipeg
https://chromiumcodereview.appspot.com/11348354/diff/1/tools/cygprofile/cygprofile.cc File tools/cygprofile/cygprofile.cc (right): https://chromiumcodereview.appspot.com/11348354/diff/1/tools/cygprofile/cygprofile.cc#newcode290 tools/cygprofile/cygprofile.cc:290: #if !defined(OS_ANDROID) On 2012/12/03 17:10:08, glotov wrote: > Well, ...
8 years ago (2012-12-03 18:51:20 UTC) #6
glotov
lgtm https://chromiumcodereview.appspot.com/11348354/diff/4002/tools/cygprofile/cygprofile.cc File tools/cygprofile/cygprofile.cc (right): https://chromiumcodereview.appspot.com/11348354/diff/4002/tools/cygprofile/cygprofile.cc#newcode37 tools/cygprofile/cygprofile.cc:37: #include "base/hash_tables.h" BTW, why is this change? https://chromiumcodereview.appspot.com/11348354/diff/4002/tools/cygprofile/cygprofile.cc#newcode297 ...
8 years ago (2012-12-03 19:28:33 UTC) #7
digit1
https://chromiumcodereview.appspot.com/11348354/diff/4002/tools/cygprofile/cygprofile.cc File tools/cygprofile/cygprofile.cc (right): https://chromiumcodereview.appspot.com/11348354/diff/4002/tools/cygprofile/cygprofile.cc#newcode297 tools/cygprofile/cygprofile.cc:297: // will generate its own logs that will later ...
8 years ago (2012-12-03 20:10:38 UTC) #8
glotov
On 2012/12/03 20:10:38, digit1 wrote: > https://chromiumcodereview.appspot.com/11348354/diff/4002/tools/cygprofile/cygprofile.cc > File tools/cygprofile/cygprofile.cc (right): > > https://chromiumcodereview.appspot.com/11348354/diff/4002/tools/cygprofile/cygprofile.cc#newcode297 > ...
8 years ago (2012-12-04 07:32:26 UTC) #9
felipeg_google
Hey @glotov, I just have run chrome on android with the cygprofile activated and it ...
8 years ago (2012-12-04 08:53:30 UTC) #10
bulach
thanks glotov! some more details and links below, hope they'll help clarify the architecture here.. ...
8 years ago (2012-12-04 11:07:40 UTC) #11
felipeg
Hi Glotov@ Although you already LGTM'd , I will wait for another review round from ...
8 years ago (2012-12-04 12:29:32 UTC) #12
glotov
https://chromiumcodereview.appspot.com/11348354/diff/4002/tools/cygprofile/cygprofile.cc File tools/cygprofile/cygprofile.cc (right): https://chromiumcodereview.appspot.com/11348354/diff/4002/tools/cygprofile/cygprofile.cc#newcode37 tools/cygprofile/cygprofile.cc:37: #include "base/hash_tables.h" I assume these are equivalent, right? On ...
8 years ago (2012-12-04 15:45:46 UTC) #13
felipeg
https://chromiumcodereview.appspot.com/11348354/diff/4002/tools/cygprofile/cygprofile.cc File tools/cygprofile/cygprofile.cc (right): https://chromiumcodereview.appspot.com/11348354/diff/4002/tools/cygprofile/cygprofile.cc#newcode37 tools/cygprofile/cygprofile.cc:37: #include "base/hash_tables.h" On 2012/12/04 15:45:46, glotov wrote: > I ...
8 years ago (2012-12-04 15:50:18 UTC) #14
glotov
Good, lgtm.
8 years ago (2012-12-04 15:53:38 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/felipeg@chromium.org/11348354/4002
8 years ago (2012-12-04 15:56:28 UTC) #16
commit-bot: I haz the power
8 years ago (2012-12-04 20:14:05 UTC) #17
Message was sent while issue was closed.
Change committed as 171034

Powered by Google App Engine
This is Rietveld 408576698