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

Issue 10444052: Add Results class to hold structured data with details about each of the child processes. (Closed)

Created:
8 years, 6 months ago by M-A Ruel
Modified:
8 years, 6 months ago
Reviewers:
MAD
CC:
chromium-reviews, pam+watch_chromium.org, csharp
Visibility:
Public.

Description

Add Results class to hold structured data with details about each of the child processes. This permits to know which process opened which file, and permits to add more metadata in the future. For example with this, it's possible to know which child process opened which files. Eventually, executable name, command arguments and timestamp data will be added to make it even more useful. NOTRY=true R=mad@chromium.org BUG=98636 TEST= Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=139786

Patch Set 1 #

Patch Set 2 : Remove stale debugging assert #

Patch Set 3 : Rebase #

Total comments: 23

Patch Set 4 : Address review comments #

Total comments: 2

Patch Set 5 : Address comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+636 lines, -149 lines) Patch
M tools/isolate/trace_inputs.py View 1 2 3 11 chunks +298 lines, -94 lines 0 comments Download
M tools/isolate/trace_inputs_smoke_test.py View 1 2 3 4 6 chunks +123 lines, -20 lines 0 comments Download
M tools/isolate/trace_inputs_test.py View 1 2 3 4 1 chunk +213 lines, -33 lines 0 comments Download
M tools/isolate/trace_test_cases.py View 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
M-A Ruel
8 years, 6 months ago (2012-05-28 20:01:27 UTC) #1
MAD
Have fun! :-) BYE MAD... https://chromiumcodereview.appspot.com/10444052/diff/4001/tools/isolate/trace_inputs.py File tools/isolate/trace_inputs.py (right): https://chromiumcodereview.appspot.com/10444052/diff/4001/tools/isolate/trace_inputs.py#newcode289 tools/isolate/trace_inputs.py:289: self.root().processes[c].to_results_process() for c in ...
8 years, 6 months ago (2012-05-30 20:29:35 UTC) #2
M-A Ruel
ptal https://chromiumcodereview.appspot.com/10444052/diff/4001/tools/isolate/trace_inputs.py File tools/isolate/trace_inputs.py (right): https://chromiumcodereview.appspot.com/10444052/diff/4001/tools/isolate/trace_inputs.py#newcode289 tools/isolate/trace_inputs.py:289: self.root().processes[c].to_results_process() for c in self.children On 2012/05/30 20:29:36, ...
8 years, 6 months ago (2012-05-30 22:34:10 UTC) #3
MAD
OK, LGTM with a few more nits... Thanks! BYE MAD... https://chromiumcodereview.appspot.com/10444052/diff/4001/tools/isolate/trace_inputs.py File tools/isolate/trace_inputs.py (right): https://chromiumcodereview.appspot.com/10444052/diff/4001/tools/isolate/trace_inputs.py#newcode289 ...
8 years, 6 months ago (2012-05-31 14:00:57 UTC) #4
M-A Ruel
https://chromiumcodereview.appspot.com/10444052/diff/4001/tools/isolate/trace_inputs_smoke_test.py File tools/isolate/trace_inputs_smoke_test.py (right): https://chromiumcodereview.appspot.com/10444052/diff/4001/tools/isolate/trace_inputs_smoke_test.py#newcode162 tools/isolate/trace_inputs_smoke_test.py:162: # and no child . On 2012/05/31 14:00:57, MAD ...
8 years, 6 months ago (2012-05-31 14:56:45 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/maruel@chromium.org/10444052/1006
8 years, 6 months ago (2012-05-31 14:56:56 UTC) #6
commit-bot: I haz the power
8 years, 6 months ago (2012-05-31 14:58:07 UTC) #7
Change committed as 139786

Powered by Google App Engine
This is Rietveld 408576698