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

Side by Side Diff: tools/perf/testdata/graphing_processor.log

Issue 2479543002: Porting relevant legacy conversion code from performance_lp to src side (Closed)
Patch Set: Renaming protected functions Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 [==========] Running 4 tests from 1 test case.
2 [----------] Global test environment set-up.
3 [----------] 4 tests from MemoryTest
4 [ RUN ] MemoryTest.SingleTabTest
5
6 RESULT vm_final_browser: 1t_vm_b= 8712 kb
7 RESULT ws_final_browser: 1t_ws_b= 16892 kb
8 RESULT vm_final_total: 1t_vm= 29696 kb
9 *RESULT ws_final_total: 1t_ws= 41960 kb
10 RESULT processes: 1t_proc= 2
11 *RESULT commit_charge: 1t_cc= 22536 kb
12 [ OK ] MemoryTest.SingleTabTest
13 [ RUN ] MemoryTest.SingleTabTestRef
14
15 RESULT vm_final_browser: 1t_vm_b_ref= 5712 kb
16 RESULT ws_final_browser: 1t_ws_b_ref= 26892 kb
17 RESULT vm_final_total: 1t_vm_ref= 9696 kb
18 *RESULT ws_final_total: 1t_ws_ref= 41960 kb
19 RESULT processes: 1t_proc_ref= 1
20 *RESULT commit_charge: 1t_cc_ref= 22536 kb
21 [ OK ] MemoryTest.SingleTabTestRef
22 [ RUN ] MemoryTest.FiveTabTest
23
24 RESULT vm_final_browser: 5t_vm_b= 10404 kb
25 RESULT ws_final_browser: 5t_ws_b= 18504 kb
26 RESULT vm_final_total: 5t_vm= 54936 kb
27 *RESULT ws_final_total: 5t_ws= 63276 kb
28 RESULT processes: 5t_proc= 3
29 *RESULT commit_charge: 5t_cc= 49412 kb
30 [ OK ] MemoryTest.FiveTabTest
31 [ RUN ] MemoryTest.TwelveTabTest
32
33 RESULT vm_final_browser: 12t_vm_b= 10556 kb
34 RESULT ws_final_browser: 12t_ws_b= 18612 kb
35 RESULT vm_final_total: 12t_vm= 55740 kb
36 *RESULT ws_final_total: 12t_ws= 63984 kb
37 RESULT processes: 12t_proc= 3
38 *RESULT commit_charge: 12t_cc= 50200 kb
39 [ OK ] MemoryTest.TwelveTabTest
40 [----------] Global test environment tear-down
41 [==========] 4 tests from 1 test case ran.
42 [ PASSED ] 4 tests.
43
44 # Artificial log output to test the [] syntax.
45
46 RESULT artificial_graph: trace_with_one_sample= [177.0] you-nits
47 RESULT artificial_graph: trace_with_one_sample_comma= [177.0,] you-nits
48 RESULT artificial_graph: trace_with_three_samples= [100.0,120.0,200.0] you-nits
49 RESULT artificial_graph: trace_with_three_samples_comma= [100.0,120.0,200.0,] yo u-nits
OLDNEW
« no previous file with comments | « tools/perf/testdata/commit_charge-summary.dat ('k') | tools/perf/testdata/processes-summary.dat » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698