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

Issue 2380643002: [tools] Add support to launch the replay server separately for callstats.py (Closed)

Created:
4 years, 2 months ago by Camillo Bruni
Modified:
4 years, 2 months ago
Reviewers:
nickie
CC:
v8-reviews_googlegroups.com
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[tools] Add support to launch the replay server separately for callstats.py BUG= NOTRY=true Committed: https://crrev.com/8e283057aa864b0afb61bd210c62b77a0da4e9f4 Cr-Commit-Position: refs/heads/master@{#39816}

Patch Set 1 #

Total comments: 4

Patch Set 2 : adding url list #

Patch Set 3 : addressing comments and fixing temp dir #

Patch Set 4 : rename function #

Unified diffs Side-by-side diffs Delta from patch set Stats (+111 lines, -71 lines) Patch
M tools/callstats.py View 1 2 3 10 chunks +111 lines, -71 lines 0 comments Download

Messages

Total messages: 11 (5 generated)
Camillo Bruni
PTAL
4 years, 2 months ago (2016-09-28 08:51:09 UTC) #2
nickie
LGTM, with two minor related comments that you may or may not want to address. ...
4 years, 2 months ago (2016-09-28 09:08:10 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2380643002/60001
4 years, 2 months ago (2016-09-28 09:35:46 UTC) #7
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 2 months ago (2016-09-28 09:37:42 UTC) #8
commit-bot: I haz the power
Patchset 4 (id:??) landed as https://crrev.com/8e283057aa864b0afb61bd210c62b77a0da4e9f4 Cr-Commit-Position: refs/heads/master@{#39816}
4 years, 2 months ago (2016-09-28 09:37:59 UTC) #10
Camillo Bruni
4 years, 2 months ago (2016-09-28 10:36:34 UTC) #11
Message was sent while issue was closed.
https://codereview.chromium.org/2380643002/diff/1/tools/callstats.py
File tools/callstats.py (right):

https://codereview.chromium.org/2380643002/diff/1/tools/callstats.py#newcode127
tools/callstats.py:127: user_data_dir="/var/tmp/`date +%S`"):
On 2016/09/28 at 09:08:09, nickie wrote:
> The default parameter here is probably not recommended as a temp directory,
unless somebody (the bots?) want it like this.  Lines 171-174 and the cleaning
up in lines 214-216 were used for this purpose.  As far as I can see, there are
no other call sites of this function, except for the one in line 178 and the
usage message.

Will push the tmp dir flag to there.

https://codereview.chromium.org/2380643002/diff/1/tools/callstats.py#newcode294
tools/callstats.py:294: (" \\\n       
".join(get_chrome_flags()+get_chrome_replay_args(args))) +
On 2016/09/28 at 09:08:09, nickie wrote:
> Here the users will see the /var/tmp/`date` temp directory, which I suppose is
what you want...

right, made this more obvious by pushing down the parameters to here.

Powered by Google App Engine
This is Rietveld 408576698