|
Reorganize histograms for persistence.
This is split from cl/1425533011. It does all the base work
to support holding histograms in persistent memory including
moving some files so they'll be accessible and separating
metadata for external storage.
BUG= 546019
TBR=danakj
(for trivial change to base/test/histogram_tester.cc)
Committed: https://crrev.com/b036e43221eac3ca8a22d7e96258ca056444cedd
Cr-Commit-Position: refs/heads/master@{#364408}
Total comments: 11
Total comments: 22
Total comments: 20
Total comments: 10
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+229 lines, -112 lines) |
Patch |
|
M |
base/metrics/histogram.h
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
base/metrics/histogram.cc
|
View
|
1
2
3
4
5
6
7
|
4 chunks |
+8 lines, -2 lines |
0 comments
|
Download
|
|
M |
base/metrics/histogram_base.h
|
View
|
1
2
3
4
5
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
|
M |
base/metrics/histogram_samples.h
|
View
|
1
2
3
4
5
6
7
8
9
|
4 chunks |
+41 lines, -14 lines |
0 comments
|
Download
|
|
M |
base/metrics/histogram_samples.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
3 chunks |
+39 lines, -17 lines |
0 comments
|
Download
|
|
M |
base/metrics/histogram_snapshot_manager.h
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+5 lines, -3 lines |
0 comments
|
Download
|
|
M |
base/metrics/histogram_snapshot_manager.cc
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+7 lines, -9 lines |
0 comments
|
Download
|
|
M |
base/metrics/histogram_unittest.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
base/metrics/sample_map.h
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
base/metrics/sample_map.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+3 lines, -1 line |
0 comments
|
Download
|
|
M |
base/metrics/sample_map_unittest.cc
|
View
|
|
5 chunks |
+7 lines, -7 lines |
0 comments
|
Download
|
|
M |
base/metrics/sample_vector.h
|
View
|
1
2
3
4
5
6
7
8
|
5 chunks |
+20 lines, -2 lines |
0 comments
|
Download
|
|
M |
base/metrics/sample_vector.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
6 chunks |
+45 lines, -12 lines |
0 comments
|
Download
|
|
M |
base/metrics/sample_vector_unittest.cc
|
View
|
|
9 chunks |
+9 lines, -9 lines |
0 comments
|
Download
|
|
M |
base/metrics/sparse_histogram.h
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
base/metrics/sparse_histogram.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
4 chunks |
+8 lines, -2 lines |
0 comments
|
Download
|
|
M |
base/metrics/statistics_recorder.h
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+3 lines, -18 lines |
0 comments
|
Download
|
|
M |
base/metrics/statistics_recorder.cc
|
View
|
1
2
3
4
5
6
7
8
|
8 chunks |
+20 lines, -11 lines |
0 comments
|
Download
|
|
M |
base/test/histogram_tester.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
2 chunks |
+5 lines, -2 lines |
0 comments
|
Download
|
|
M |
components/metrics/histogram_encoder_unittest.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
components/metrics/metrics_log_unittest.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
Total messages: 43 (11 generated)
|