文件最后提交记录最后更新时间
Add encoding for numeric RTC event fields. Bug: webrtc:11933 Change-Id: I5fe98c6753547b2c096d8e97870a7f9ce90b7b8b Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/230703 Reviewed-by: Sebastian Jansson <srte@webrtc.org> Commit-Queue: Björn Terelius <terelius@webrtc.org> Cr-Commit-Position: refs/heads/main@{#35126} 4 年前
Remove more top-level const from parameters in function declarations This CL removes even more top-level const from parameters in function declarations. This change is safe because top-level const in function declarations (not function definitions) are ignored by the compiler and so change is just a no-op cleanup. Bug: webrtc:13610 Change-Id: Icf6868c27b1fdb9d9915b3a7020eb34bdcf07a09 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/249989 Reviewed-by: Harald Alvestrand <hta@webrtc.org> Commit-Queue: Ali Tofigh <alito@webrtc.org> Cr-Commit-Position: refs/heads/main@{#35866} 4 年前
Use DD encoder/decoder in RTC event log encoder/parser. Bug: webrtc:14801 Change-Id: I7013c42765e81d147bf8284f8c29666e67fdb91f Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/296765 Reviewed-by: Björn Terelius <terelius@webrtc.org> Commit-Queue: Philip Eliasson <philipel@webrtc.org> Cr-Commit-Position: refs/heads/main@{#39929} 3 年前
Reland "Wire up proto-free event log format in encoder and parser." This is a reland of 46333dbf6211ea197965c30fdbecbeb62bc81e5b Original change's description: > Wire up proto-free event log format in encoder and parser. > > Encode ALR state events as an example. The ALR state unit tests pass with the new format, but the tests are not enabled in this CL since the other event types aren't encoded yet. > > Bug: webrtc:11933 > Change-Id: I3ba22778b55f24e2e2bd7d95bb9b17de29ef899f > Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/234520 > Reviewed-by: Sebastian Jansson <srte@webrtc.org> > Commit-Queue: Björn Terelius <terelius@webrtc.org> > Cr-Commit-Position: refs/heads/main@{#35752} Bug: webrtc:11933 Change-Id: Ia8b23cfb134b61c9ef02aa21189ecbd239783c40 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/248141 Reviewed-by: Sebastian Jansson <srte@webrtc.org> Commit-Queue: Björn Terelius <terelius@webrtc.org> Cr-Commit-Position: refs/heads/main@{#35762} 4 年前
Reland "Reland "Refactor AnalyzerConfig to use Timestamps instead of microseconds."" This reverts commit 7306c75c12e6dd70e1f1a0904b6bda347423a556. Reason for revert: Downstream updated Original change's description: > Revert "Reland "Refactor AnalyzerConfig to use Timestamps instead of microseconds."" > > This reverts commit 7a992e21b9c3ff03aa34488a9c91fa580ca4faa6. > > Reason for revert: Breaks downstream build due to type change. > > Original change's description: > > Reland "Refactor AnalyzerConfig to use Timestamps instead of microseconds." > > > > This is a reland of 43fb16921b29ecd3a2d87876dda75c575e05f66a > > > > Original change's description: > > > Refactor AnalyzerConfig to use Timestamps instead of microseconds. > > > > > > Add optional offset-to-UTC parameter to output. This allows aligning > > > the x-axis in the generated charts to other UTC-based logs. > > > > > > Bug: b/215140373 > > > Change-Id: I65bcd295718acbb8c94e363907c1abc458067bfd > > > Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/250203 > > > Reviewed-by: Kristoffer Erlandsson <kerl@google.com> > > > Commit-Queue: Björn Terelius <terelius@webrtc.org> > > > Cr-Commit-Position: refs/heads/main@{#35992} > > > > Bug: b/215140373 > > Change-Id: Id2b88cc4b8078a97275d49a617581cbbd02d2c6f > > Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/252380 > > Reviewed-by: Kristoffer Erlandsson <kerl@google.com> > > Commit-Queue: Björn Terelius <terelius@webrtc.org> > > Cr-Commit-Position: refs/heads/main@{#36066} > > Bug: b/215140373 > Change-Id: I951ac26b8176e58da18e93835f13f6b9deb6d4fa > No-Presubmit: true > No-Tree-Checks: true > No-Try: true > Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/252443 > Auto-Submit: Björn Terelius <terelius@webrtc.org> > Bot-Commit: rubber-stamper@appspot.gserviceaccount.com <rubber-stamper@appspot.gserviceaccount.com> > Commit-Queue: Björn Terelius <terelius@webrtc.org> > Cr-Commit-Position: refs/heads/main@{#36068} Bug: b/215140373 Change-Id: Ie2b9a961d1e09dbeabeb6bfb02b43c047df69515 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/252582 Bot-Commit: rubber-stamper@appspot.gserviceaccount.com <rubber-stamper@appspot.gserviceaccount.com> Commit-Queue: Björn Terelius <terelius@webrtc.org> Reviewed-by: Kristoffer Erlandsson <kerl@google.com> Cr-Commit-Position: refs/heads/main@{#36079} 4 年前
Add static constexpr type to RTC event log events. This allows (among other things) type-checked down-casts (similar to dynamic_cast) This will be used in a follow-up CL. This CL also moves some one-liner functions from the .cc file to the .h file. Bug: webrtc:11933 Change-Id: Ic89de8fa6c445ecbe108f2fbf68b44b655f819f5 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/199970 Reviewed-by: Artem Titov <titovartem@webrtc.org> Commit-Queue: Björn Terelius <terelius@webrtc.org> Cr-Commit-Position: refs/heads/master@{#32905} 5 年前
Reland "Reland "Refactor AnalyzerConfig to use Timestamps instead of microseconds."" This reverts commit 7306c75c12e6dd70e1f1a0904b6bda347423a556. Reason for revert: Downstream updated Original change's description: > Revert "Reland "Refactor AnalyzerConfig to use Timestamps instead of microseconds."" > > This reverts commit 7a992e21b9c3ff03aa34488a9c91fa580ca4faa6. > > Reason for revert: Breaks downstream build due to type change. > > Original change's description: > > Reland "Refactor AnalyzerConfig to use Timestamps instead of microseconds." > > > > This is a reland of 43fb16921b29ecd3a2d87876dda75c575e05f66a > > > > Original change's description: > > > Refactor AnalyzerConfig to use Timestamps instead of microseconds. > > > > > > Add optional offset-to-UTC parameter to output. This allows aligning > > > the x-axis in the generated charts to other UTC-based logs. > > > > > > Bug: b/215140373 > > > Change-Id: I65bcd295718acbb8c94e363907c1abc458067bfd > > > Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/250203 > > > Reviewed-by: Kristoffer Erlandsson <kerl@google.com> > > > Commit-Queue: Björn Terelius <terelius@webrtc.org> > > > Cr-Commit-Position: refs/heads/main@{#35992} > > > > Bug: b/215140373 > > Change-Id: Id2b88cc4b8078a97275d49a617581cbbd02d2c6f > > Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/252380 > > Reviewed-by: Kristoffer Erlandsson <kerl@google.com> > > Commit-Queue: Björn Terelius <terelius@webrtc.org> > > Cr-Commit-Position: refs/heads/main@{#36066} > > Bug: b/215140373 > Change-Id: I951ac26b8176e58da18e93835f13f6b9deb6d4fa > No-Presubmit: true > No-Tree-Checks: true > No-Try: true > Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/252443 > Auto-Submit: Björn Terelius <terelius@webrtc.org> > Bot-Commit: rubber-stamper@appspot.gserviceaccount.com <rubber-stamper@appspot.gserviceaccount.com> > Commit-Queue: Björn Terelius <terelius@webrtc.org> > Cr-Commit-Position: refs/heads/main@{#36068} Bug: b/215140373 Change-Id: Ie2b9a961d1e09dbeabeb6bfb02b43c047df69515 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/252582 Bot-Commit: rubber-stamper@appspot.gserviceaccount.com <rubber-stamper@appspot.gserviceaccount.com> Commit-Queue: Björn Terelius <terelius@webrtc.org> Reviewed-by: Kristoffer Erlandsson <kerl@google.com> Cr-Commit-Position: refs/heads/main@{#36079} 4 年前
Add new RTC event log encoding for AudioPlayout and DelayBasedBwe events. Bug: webrtc:11933 Change-Id: Ia54d973099916c8dba9fedf362f25e46fe5cc541 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/246204 Reviewed-by: Sebastian Jansson <srte@webrtc.org> Commit-Queue: Björn Terelius <terelius@webrtc.org> Cr-Commit-Position: refs/heads/main@{#35959} 4 年前
Reland "Reland "Refactor AnalyzerConfig to use Timestamps instead of microseconds."" This reverts commit 7306c75c12e6dd70e1f1a0904b6bda347423a556. Reason for revert: Downstream updated Original change's description: > Revert "Reland "Refactor AnalyzerConfig to use Timestamps instead of microseconds."" > > This reverts commit 7a992e21b9c3ff03aa34488a9c91fa580ca4faa6. > > Reason for revert: Breaks downstream build due to type change. > > Original change's description: > > Reland "Refactor AnalyzerConfig to use Timestamps instead of microseconds." > > > > This is a reland of 43fb16921b29ecd3a2d87876dda75c575e05f66a > > > > Original change's description: > > > Refactor AnalyzerConfig to use Timestamps instead of microseconds. > > > > > > Add optional offset-to-UTC parameter to output. This allows aligning > > > the x-axis in the generated charts to other UTC-based logs. > > > > > > Bug: b/215140373 > > > Change-Id: I65bcd295718acbb8c94e363907c1abc458067bfd > > > Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/250203 > > > Reviewed-by: Kristoffer Erlandsson <kerl@google.com> > > > Commit-Queue: Björn Terelius <terelius@webrtc.org> > > > Cr-Commit-Position: refs/heads/main@{#35992} > > > > Bug: b/215140373 > > Change-Id: Id2b88cc4b8078a97275d49a617581cbbd02d2c6f > > Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/252380 > > Reviewed-by: Kristoffer Erlandsson <kerl@google.com> > > Commit-Queue: Björn Terelius <terelius@webrtc.org> > > Cr-Commit-Position: refs/heads/main@{#36066} > > Bug: b/215140373 > Change-Id: I951ac26b8176e58da18e93835f13f6b9deb6d4fa > No-Presubmit: true > No-Tree-Checks: true > No-Try: true > Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/252443 > Auto-Submit: Björn Terelius <terelius@webrtc.org> > Bot-Commit: rubber-stamper@appspot.gserviceaccount.com <rubber-stamper@appspot.gserviceaccount.com> > Commit-Queue: Björn Terelius <terelius@webrtc.org> > Cr-Commit-Position: refs/heads/main@{#36068} Bug: b/215140373 Change-Id: Ie2b9a961d1e09dbeabeb6bfb02b43c047df69515 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/252582 Bot-Commit: rubber-stamper@appspot.gserviceaccount.com <rubber-stamper@appspot.gserviceaccount.com> Commit-Queue: Björn Terelius <terelius@webrtc.org> Reviewed-by: Kristoffer Erlandsson <kerl@google.com> Cr-Commit-Position: refs/heads/main@{#36079} 4 年前
Add static constexpr type to RTC event log events. This allows (among other things) type-checked down-casts (similar to dynamic_cast) This will be used in a follow-up CL. This CL also moves some one-liner functions from the .cc file to the .h file. Bug: webrtc:11933 Change-Id: Ic89de8fa6c445ecbe108f2fbf68b44b655f819f5 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/199970 Reviewed-by: Artem Titov <titovartem@webrtc.org> Commit-Queue: Björn Terelius <terelius@webrtc.org> Cr-Commit-Position: refs/heads/master@{#32905} 5 年前
Reland "Reland "Refactor AnalyzerConfig to use Timestamps instead of microseconds."" This reverts commit 7306c75c12e6dd70e1f1a0904b6bda347423a556. Reason for revert: Downstream updated Original change's description: > Revert "Reland "Refactor AnalyzerConfig to use Timestamps instead of microseconds."" > > This reverts commit 7a992e21b9c3ff03aa34488a9c91fa580ca4faa6. > > Reason for revert: Breaks downstream build due to type change. > > Original change's description: > > Reland "Refactor AnalyzerConfig to use Timestamps instead of microseconds." > > > > This is a reland of 43fb16921b29ecd3a2d87876dda75c575e05f66a > > > > Original change's description: > > > Refactor AnalyzerConfig to use Timestamps instead of microseconds. > > > > > > Add optional offset-to-UTC parameter to output. This allows aligning > > > the x-axis in the generated charts to other UTC-based logs. > > > > > > Bug: b/215140373 > > > Change-Id: I65bcd295718acbb8c94e363907c1abc458067bfd > > > Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/250203 > > > Reviewed-by: Kristoffer Erlandsson <kerl@google.com> > > > Commit-Queue: Björn Terelius <terelius@webrtc.org> > > > Cr-Commit-Position: refs/heads/main@{#35992} > > > > Bug: b/215140373 > > Change-Id: Id2b88cc4b8078a97275d49a617581cbbd02d2c6f > > Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/252380 > > Reviewed-by: Kristoffer Erlandsson <kerl@google.com> > > Commit-Queue: Björn Terelius <terelius@webrtc.org> > > Cr-Commit-Position: refs/heads/main@{#36066} > > Bug: b/215140373 > Change-Id: I951ac26b8176e58da18e93835f13f6b9deb6d4fa > No-Presubmit: true > No-Tree-Checks: true > No-Try: true > Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/252443 > Auto-Submit: Björn Terelius <terelius@webrtc.org> > Bot-Commit: rubber-stamper@appspot.gserviceaccount.com <rubber-stamper@appspot.gserviceaccount.com> > Commit-Queue: Björn Terelius <terelius@webrtc.org> > Cr-Commit-Position: refs/heads/main@{#36068} Bug: b/215140373 Change-Id: Ie2b9a961d1e09dbeabeb6bfb02b43c047df69515 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/252582 Bot-Commit: rubber-stamper@appspot.gserviceaccount.com <rubber-stamper@appspot.gserviceaccount.com> Commit-Queue: Björn Terelius <terelius@webrtc.org> Reviewed-by: Kristoffer Erlandsson <kerl@google.com> Cr-Commit-Position: refs/heads/main@{#36079} 4 年前
Add static constexpr type to RTC event log events. This allows (among other things) type-checked down-casts (similar to dynamic_cast) This will be used in a follow-up CL. This CL also moves some one-liner functions from the .cc file to the .h file. Bug: webrtc:11933 Change-Id: Ic89de8fa6c445ecbe108f2fbf68b44b655f819f5 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/199970 Reviewed-by: Artem Titov <titovartem@webrtc.org> Commit-Queue: Björn Terelius <terelius@webrtc.org> Cr-Commit-Position: refs/heads/master@{#32905} 5 年前
Reland "Reland "Refactor AnalyzerConfig to use Timestamps instead of microseconds."" This reverts commit 7306c75c12e6dd70e1f1a0904b6bda347423a556. Reason for revert: Downstream updated Original change's description: > Revert "Reland "Refactor AnalyzerConfig to use Timestamps instead of microseconds."" > > This reverts commit 7a992e21b9c3ff03aa34488a9c91fa580ca4faa6. > > Reason for revert: Breaks downstream build due to type change. > > Original change's description: > > Reland "Refactor AnalyzerConfig to use Timestamps instead of microseconds." > > > > This is a reland of 43fb16921b29ecd3a2d87876dda75c575e05f66a > > > > Original change's description: > > > Refactor AnalyzerConfig to use Timestamps instead of microseconds. > > > > > > Add optional offset-to-UTC parameter to output. This allows aligning > > > the x-axis in the generated charts to other UTC-based logs. > > > > > > Bug: b/215140373 > > > Change-Id: I65bcd295718acbb8c94e363907c1abc458067bfd > > > Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/250203 > > > Reviewed-by: Kristoffer Erlandsson <kerl@google.com> > > > Commit-Queue: Björn Terelius <terelius@webrtc.org> > > > Cr-Commit-Position: refs/heads/main@{#35992} > > > > Bug: b/215140373 > > Change-Id: Id2b88cc4b8078a97275d49a617581cbbd02d2c6f > > Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/252380 > > Reviewed-by: Kristoffer Erlandsson <kerl@google.com> > > Commit-Queue: Björn Terelius <terelius@webrtc.org> > > Cr-Commit-Position: refs/heads/main@{#36066} > > Bug: b/215140373 > Change-Id: I951ac26b8176e58da18e93835f13f6b9deb6d4fa > No-Presubmit: true > No-Tree-Checks: true > No-Try: true > Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/252443 > Auto-Submit: Björn Terelius <terelius@webrtc.org> > Bot-Commit: rubber-stamper@appspot.gserviceaccount.com <rubber-stamper@appspot.gserviceaccount.com> > Commit-Queue: Björn Terelius <terelius@webrtc.org> > Cr-Commit-Position: refs/heads/main@{#36068} Bug: b/215140373 Change-Id: Ie2b9a961d1e09dbeabeb6bfb02b43c047df69515 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/252582 Bot-Commit: rubber-stamper@appspot.gserviceaccount.com <rubber-stamper@appspot.gserviceaccount.com> Commit-Queue: Björn Terelius <terelius@webrtc.org> Reviewed-by: Kristoffer Erlandsson <kerl@google.com> Cr-Commit-Position: refs/heads/main@{#36079} 4 年前
Add new RTC event log encoding for AudioPlayout and DelayBasedBwe events. Bug: webrtc:11933 Change-Id: Ia54d973099916c8dba9fedf362f25e46fe5cc541 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/246204 Reviewed-by: Sebastian Jansson <srte@webrtc.org> Commit-Queue: Björn Terelius <terelius@webrtc.org> Cr-Commit-Position: refs/heads/main@{#35959} 4 年前
Reland "Reland "Refactor AnalyzerConfig to use Timestamps instead of microseconds."" This reverts commit 7306c75c12e6dd70e1f1a0904b6bda347423a556. Reason for revert: Downstream updated Original change's description: > Revert "Reland "Refactor AnalyzerConfig to use Timestamps instead of microseconds."" > > This reverts commit 7a992e21b9c3ff03aa34488a9c91fa580ca4faa6. > > Reason for revert: Breaks downstream build due to type change. > > Original change's description: > > Reland "Refactor AnalyzerConfig to use Timestamps instead of microseconds." > > > > This is a reland of 43fb16921b29ecd3a2d87876dda75c575e05f66a > > > > Original change's description: > > > Refactor AnalyzerConfig to use Timestamps instead of microseconds. > > > > > > Add optional offset-to-UTC parameter to output. This allows aligning > > > the x-axis in the generated charts to other UTC-based logs. > > > > > > Bug: b/215140373 > > > Change-Id: I65bcd295718acbb8c94e363907c1abc458067bfd > > > Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/250203 > > > Reviewed-by: Kristoffer Erlandsson <kerl@google.com> > > > Commit-Queue: Björn Terelius <terelius@webrtc.org> > > > Cr-Commit-Position: refs/heads/main@{#35992} > > > > Bug: b/215140373 > > Change-Id: Id2b88cc4b8078a97275d49a617581cbbd02d2c6f > > Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/252380 > > Reviewed-by: Kristoffer Erlandsson <kerl@google.com> > > Commit-Queue: Björn Terelius <terelius@webrtc.org> > > Cr-Commit-Position: refs/heads/main@{#36066} > > Bug: b/215140373 > Change-Id: I951ac26b8176e58da18e93835f13f6b9deb6d4fa > No-Presubmit: true > No-Tree-Checks: true > No-Try: true > Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/252443 > Auto-Submit: Björn Terelius <terelius@webrtc.org> > Bot-Commit: rubber-stamper@appspot.gserviceaccount.com <rubber-stamper@appspot.gserviceaccount.com> > Commit-Queue: Björn Terelius <terelius@webrtc.org> > Cr-Commit-Position: refs/heads/main@{#36068} Bug: b/215140373 Change-Id: Ie2b9a961d1e09dbeabeb6bfb02b43c047df69515 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/252582 Bot-Commit: rubber-stamper@appspot.gserviceaccount.com <rubber-stamper@appspot.gserviceaccount.com> Commit-Queue: Björn Terelius <terelius@webrtc.org> Reviewed-by: Kristoffer Erlandsson <kerl@google.com> Cr-Commit-Position: refs/heads/main@{#36079} 4 年前
Add new RTC event log encoding for AudioPlayout and DelayBasedBwe events. Bug: webrtc:11933 Change-Id: Ia54d973099916c8dba9fedf362f25e46fe5cc541 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/246204 Reviewed-by: Sebastian Jansson <srte@webrtc.org> Commit-Queue: Björn Terelius <terelius@webrtc.org> Cr-Commit-Position: refs/heads/main@{#35959} 4 年前
Reland "Reland "Refactor AnalyzerConfig to use Timestamps instead of microseconds."" This reverts commit 7306c75c12e6dd70e1f1a0904b6bda347423a556. Reason for revert: Downstream updated Original change's description: > Revert "Reland "Refactor AnalyzerConfig to use Timestamps instead of microseconds."" > > This reverts commit 7a992e21b9c3ff03aa34488a9c91fa580ca4faa6. > > Reason for revert: Breaks downstream build due to type change. > > Original change's description: > > Reland "Refactor AnalyzerConfig to use Timestamps instead of microseconds." > > > > This is a reland of 43fb16921b29ecd3a2d87876dda75c575e05f66a > > > > Original change's description: > > > Refactor AnalyzerConfig to use Timestamps instead of microseconds. > > > > > > Add optional offset-to-UTC parameter to output. This allows aligning > > > the x-axis in the generated charts to other UTC-based logs. > > > > > > Bug: b/215140373 > > > Change-Id: I65bcd295718acbb8c94e363907c1abc458067bfd > > > Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/250203 > > > Reviewed-by: Kristoffer Erlandsson <kerl@google.com> > > > Commit-Queue: Björn Terelius <terelius@webrtc.org> > > > Cr-Commit-Position: refs/heads/main@{#35992} > > > > Bug: b/215140373 > > Change-Id: Id2b88cc4b8078a97275d49a617581cbbd02d2c6f > > Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/252380 > > Reviewed-by: Kristoffer Erlandsson <kerl@google.com> > > Commit-Queue: Björn Terelius <terelius@webrtc.org> > > Cr-Commit-Position: refs/heads/main@{#36066} > > Bug: b/215140373 > Change-Id: I951ac26b8176e58da18e93835f13f6b9deb6d4fa > No-Presubmit: true > No-Tree-Checks: true > No-Try: true > Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/252443 > Auto-Submit: Björn Terelius <terelius@webrtc.org> > Bot-Commit: rubber-stamper@appspot.gserviceaccount.com <rubber-stamper@appspot.gserviceaccount.com> > Commit-Queue: Björn Terelius <terelius@webrtc.org> > Cr-Commit-Position: refs/heads/main@{#36068} Bug: b/215140373 Change-Id: Ie2b9a961d1e09dbeabeb6bfb02b43c047df69515 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/252582 Bot-Commit: rubber-stamper@appspot.gserviceaccount.com <rubber-stamper@appspot.gserviceaccount.com> Commit-Queue: Björn Terelius <terelius@webrtc.org> Reviewed-by: Kristoffer Erlandsson <kerl@google.com> Cr-Commit-Position: refs/heads/main@{#36079} 4 年前
Add static constexpr type to RTC event log events. This allows (among other things) type-checked down-casts (similar to dynamic_cast) This will be used in a follow-up CL. This CL also moves some one-liner functions from the .cc file to the .h file. Bug: webrtc:11933 Change-Id: Ic89de8fa6c445ecbe108f2fbf68b44b655f819f5 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/199970 Reviewed-by: Artem Titov <titovartem@webrtc.org> Commit-Queue: Björn Terelius <terelius@webrtc.org> Cr-Commit-Position: refs/heads/master@{#32905} 5 年前
Reland "Reland "Refactor AnalyzerConfig to use Timestamps instead of microseconds."" This reverts commit 7306c75c12e6dd70e1f1a0904b6bda347423a556. Reason for revert: Downstream updated Original change's description: > Revert "Reland "Refactor AnalyzerConfig to use Timestamps instead of microseconds."" > > This reverts commit 7a992e21b9c3ff03aa34488a9c91fa580ca4faa6. > > Reason for revert: Breaks downstream build due to type change. > > Original change's description: > > Reland "Refactor AnalyzerConfig to use Timestamps instead of microseconds." > > > > This is a reland of 43fb16921b29ecd3a2d87876dda75c575e05f66a > > > > Original change's description: > > > Refactor AnalyzerConfig to use Timestamps instead of microseconds. > > > > > > Add optional offset-to-UTC parameter to output. This allows aligning > > > the x-axis in the generated charts to other UTC-based logs. > > > > > > Bug: b/215140373 > > > Change-Id: I65bcd295718acbb8c94e363907c1abc458067bfd > > > Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/250203 > > > Reviewed-by: Kristoffer Erlandsson <kerl@google.com> > > > Commit-Queue: Björn Terelius <terelius@webrtc.org> > > > Cr-Commit-Position: refs/heads/main@{#35992} > > > > Bug: b/215140373 > > Change-Id: Id2b88cc4b8078a97275d49a617581cbbd02d2c6f > > Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/252380 > > Reviewed-by: Kristoffer Erlandsson <kerl@google.com> > > Commit-Queue: Björn Terelius <terelius@webrtc.org> > > Cr-Commit-Position: refs/heads/main@{#36066} > > Bug: b/215140373 > Change-Id: I951ac26b8176e58da18e93835f13f6b9deb6d4fa > No-Presubmit: true > No-Tree-Checks: true > No-Try: true > Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/252443 > Auto-Submit: Björn Terelius <terelius@webrtc.org> > Bot-Commit: rubber-stamper@appspot.gserviceaccount.com <rubber-stamper@appspot.gserviceaccount.com> > Commit-Queue: Björn Terelius <terelius@webrtc.org> > Cr-Commit-Position: refs/heads/main@{#36068} Bug: b/215140373 Change-Id: Ie2b9a961d1e09dbeabeb6bfb02b43c047df69515 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/252582 Bot-Commit: rubber-stamper@appspot.gserviceaccount.com <rubber-stamper@appspot.gserviceaccount.com> Commit-Queue: Björn Terelius <terelius@webrtc.org> Reviewed-by: Kristoffer Erlandsson <kerl@google.com> Cr-Commit-Position: refs/heads/main@{#36079} 4 年前
Add new RTC event log encoding for AudioPlayout and DelayBasedBwe events. Bug: webrtc:11933 Change-Id: Ia54d973099916c8dba9fedf362f25e46fe5cc541 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/246204 Reviewed-by: Sebastian Jansson <srte@webrtc.org> Commit-Queue: Björn Terelius <terelius@webrtc.org> Cr-Commit-Position: refs/heads/main@{#35959} 4 年前
Add static constexpr type to RTC event log events. This allows (among other things) type-checked down-casts (similar to dynamic_cast) This will be used in a follow-up CL. This CL also moves some one-liner functions from the .cc file to the .h file. Bug: webrtc:11933 Change-Id: Ic89de8fa6c445ecbe108f2fbf68b44b655f819f5 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/199970 Reviewed-by: Artem Titov <titovartem@webrtc.org> Commit-Queue: Björn Terelius <terelius@webrtc.org> Cr-Commit-Position: refs/heads/master@{#32905} 5 年前
Reland "Reland "Refactor AnalyzerConfig to use Timestamps instead of microseconds."" This reverts commit 7306c75c12e6dd70e1f1a0904b6bda347423a556. Reason for revert: Downstream updated Original change's description: > Revert "Reland "Refactor AnalyzerConfig to use Timestamps instead of microseconds."" > > This reverts commit 7a992e21b9c3ff03aa34488a9c91fa580ca4faa6. > > Reason for revert: Breaks downstream build due to type change. > > Original change's description: > > Reland "Refactor AnalyzerConfig to use Timestamps instead of microseconds." > > > > This is a reland of 43fb16921b29ecd3a2d87876dda75c575e05f66a > > > > Original change's description: > > > Refactor AnalyzerConfig to use Timestamps instead of microseconds. > > > > > > Add optional offset-to-UTC parameter to output. This allows aligning > > > the x-axis in the generated charts to other UTC-based logs. > > > > > > Bug: b/215140373 > > > Change-Id: I65bcd295718acbb8c94e363907c1abc458067bfd > > > Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/250203 > > > Reviewed-by: Kristoffer Erlandsson <kerl@google.com> > > > Commit-Queue: Björn Terelius <terelius@webrtc.org> > > > Cr-Commit-Position: refs/heads/main@{#35992} > > > > Bug: b/215140373 > > Change-Id: Id2b88cc4b8078a97275d49a617581cbbd02d2c6f > > Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/252380 > > Reviewed-by: Kristoffer Erlandsson <kerl@google.com> > > Commit-Queue: Björn Terelius <terelius@webrtc.org> > > Cr-Commit-Position: refs/heads/main@{#36066} > > Bug: b/215140373 > Change-Id: I951ac26b8176e58da18e93835f13f6b9deb6d4fa > No-Presubmit: true > No-Tree-Checks: true > No-Try: true > Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/252443 > Auto-Submit: Björn Terelius <terelius@webrtc.org> > Bot-Commit: rubber-stamper@appspot.gserviceaccount.com <rubber-stamper@appspot.gserviceaccount.com> > Commit-Queue: Björn Terelius <terelius@webrtc.org> > Cr-Commit-Position: refs/heads/main@{#36068} Bug: b/215140373 Change-Id: Ie2b9a961d1e09dbeabeb6bfb02b43c047df69515 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/252582 Bot-Commit: rubber-stamper@appspot.gserviceaccount.com <rubber-stamper@appspot.gserviceaccount.com> Commit-Queue: Björn Terelius <terelius@webrtc.org> Reviewed-by: Kristoffer Erlandsson <kerl@google.com> Cr-Commit-Position: refs/heads/main@{#36079} 4 年前
Add static constexpr type to RTC event log events. This allows (among other things) type-checked down-casts (similar to dynamic_cast) This will be used in a follow-up CL. This CL also moves some one-liner functions from the .cc file to the .h file. Bug: webrtc:11933 Change-Id: Ic89de8fa6c445ecbe108f2fbf68b44b655f819f5 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/199970 Reviewed-by: Artem Titov <titovartem@webrtc.org> Commit-Queue: Björn Terelius <terelius@webrtc.org> Cr-Commit-Position: refs/heads/master@{#32905} 5 年前
Reland "Reland "Refactor AnalyzerConfig to use Timestamps instead of microseconds."" This reverts commit 7306c75c12e6dd70e1f1a0904b6bda347423a556. Reason for revert: Downstream updated Original change's description: > Revert "Reland "Refactor AnalyzerConfig to use Timestamps instead of microseconds."" > > This reverts commit 7a992e21b9c3ff03aa34488a9c91fa580ca4faa6. > > Reason for revert: Breaks downstream build due to type change. > > Original change's description: > > Reland "Refactor AnalyzerConfig to use Timestamps instead of microseconds." > > > > This is a reland of 43fb16921b29ecd3a2d87876dda75c575e05f66a > > > > Original change's description: > > > Refactor AnalyzerConfig to use Timestamps instead of microseconds. > > > > > > Add optional offset-to-UTC parameter to output. This allows aligning > > > the x-axis in the generated charts to other UTC-based logs. > > > > > > Bug: b/215140373 > > > Change-Id: I65bcd295718acbb8c94e363907c1abc458067bfd > > > Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/250203 > > > Reviewed-by: Kristoffer Erlandsson <kerl@google.com> > > > Commit-Queue: Björn Terelius <terelius@webrtc.org> > > > Cr-Commit-Position: refs/heads/main@{#35992} > > > > Bug: b/215140373 > > Change-Id: Id2b88cc4b8078a97275d49a617581cbbd02d2c6f > > Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/252380 > > Reviewed-by: Kristoffer Erlandsson <kerl@google.com> > > Commit-Queue: Björn Terelius <terelius@webrtc.org> > > Cr-Commit-Position: refs/heads/main@{#36066} > > Bug: b/215140373 > Change-Id: I951ac26b8176e58da18e93835f13f6b9deb6d4fa > No-Presubmit: true > No-Tree-Checks: true > No-Try: true > Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/252443 > Auto-Submit: Björn Terelius <terelius@webrtc.org> > Bot-Commit: rubber-stamper@appspot.gserviceaccount.com <rubber-stamper@appspot.gserviceaccount.com> > Commit-Queue: Björn Terelius <terelius@webrtc.org> > Cr-Commit-Position: refs/heads/main@{#36068} Bug: b/215140373 Change-Id: Ie2b9a961d1e09dbeabeb6bfb02b43c047df69515 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/252582 Bot-Commit: rubber-stamper@appspot.gserviceaccount.com <rubber-stamper@appspot.gserviceaccount.com> Commit-Queue: Björn Terelius <terelius@webrtc.org> Reviewed-by: Kristoffer Erlandsson <kerl@google.com> Cr-Commit-Position: refs/heads/main@{#36079} 4 年前
Add new RTC event log encoding for AudioPlayout and DelayBasedBwe events. Bug: webrtc:11933 Change-Id: Ia54d973099916c8dba9fedf362f25e46fe5cc541 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/246204 Reviewed-by: Sebastian Jansson <srte@webrtc.org> Commit-Queue: Björn Terelius <terelius@webrtc.org> Cr-Commit-Position: refs/heads/main@{#35959} 4 年前
Reland "Reland "Refactor AnalyzerConfig to use Timestamps instead of microseconds."" This reverts commit 7306c75c12e6dd70e1f1a0904b6bda347423a556. Reason for revert: Downstream updated Original change's description: > Revert "Reland "Refactor AnalyzerConfig to use Timestamps instead of microseconds."" > > This reverts commit 7a992e21b9c3ff03aa34488a9c91fa580ca4faa6. > > Reason for revert: Breaks downstream build due to type change. > > Original change's description: > > Reland "Refactor AnalyzerConfig to use Timestamps instead of microseconds." > > > > This is a reland of 43fb16921b29ecd3a2d87876dda75c575e05f66a > > > > Original change's description: > > > Refactor AnalyzerConfig to use Timestamps instead of microseconds. > > > > > > Add optional offset-to-UTC parameter to output. This allows aligning > > > the x-axis in the generated charts to other UTC-based logs. > > > > > > Bug: b/215140373 > > > Change-Id: I65bcd295718acbb8c94e363907c1abc458067bfd > > > Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/250203 > > > Reviewed-by: Kristoffer Erlandsson <kerl@google.com> > > > Commit-Queue: Björn Terelius <terelius@webrtc.org> > > > Cr-Commit-Position: refs/heads/main@{#35992} > > > > Bug: b/215140373 > > Change-Id: Id2b88cc4b8078a97275d49a617581cbbd02d2c6f > > Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/252380 > > Reviewed-by: Kristoffer Erlandsson <kerl@google.com> > > Commit-Queue: Björn Terelius <terelius@webrtc.org> > > Cr-Commit-Position: refs/heads/main@{#36066} > > Bug: b/215140373 > Change-Id: I951ac26b8176e58da18e93835f13f6b9deb6d4fa > No-Presubmit: true > No-Tree-Checks: true > No-Try: true > Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/252443 > Auto-Submit: Björn Terelius <terelius@webrtc.org> > Bot-Commit: rubber-stamper@appspot.gserviceaccount.com <rubber-stamper@appspot.gserviceaccount.com> > Commit-Queue: Björn Terelius <terelius@webrtc.org> > Cr-Commit-Position: refs/heads/main@{#36068} Bug: b/215140373 Change-Id: Ie2b9a961d1e09dbeabeb6bfb02b43c047df69515 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/252582 Bot-Commit: rubber-stamper@appspot.gserviceaccount.com <rubber-stamper@appspot.gserviceaccount.com> Commit-Queue: Björn Terelius <terelius@webrtc.org> Reviewed-by: Kristoffer Erlandsson <kerl@google.com> Cr-Commit-Position: refs/heads/main@{#36079} 4 年前
Prepare to rename RTC_NOTREACHED to RTC_DCHECK_NOTREACHED Add implementation of RTC_DCHECK_NOTREACHED equal to the RTC_NOTREACHED. The new macros will replace the old one when old one's usage will be removed. The idea of the renaming to provide a clear signal that this is debug build only macros and will be stripped in the production build. Bug: webrtc:9065 Change-Id: I4c35d8b03e74a4b3fd1ae75dba2f9c05643101db Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/237802 Reviewed-by: Harald Alvestrand <hta@webrtc.org> Commit-Queue: Artem Titov <titovartem@webrtc.org> Cr-Commit-Position: refs/heads/main@{#35348} 4 年前
Add new RTC event log encoding for AudioPlayout and DelayBasedBwe events. Bug: webrtc:11933 Change-Id: Ia54d973099916c8dba9fedf362f25e46fe5cc541 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/246204 Reviewed-by: Sebastian Jansson <srte@webrtc.org> Commit-Queue: Björn Terelius <terelius@webrtc.org> Cr-Commit-Position: refs/heads/main@{#35959} 4 年前
Move RtcEventLogParseStatus and related macros to a separate file and buildtarget. Bug: webrtc:14801 Change-Id: I204f46d47933a1ad95682042bc7009e421109ba1 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/296660 Reviewed-by: Björn Terelius <terelius@webrtc.org> Commit-Queue: Philip Eliasson <philipel@webrtc.org> Cr-Commit-Position: refs/heads/main@{#39505} 3 年前
Move RtcEventLogParseStatus and related macros to a separate file and buildtarget. Bug: webrtc:14801 Change-Id: I204f46d47933a1ad95682042bc7009e421109ba1 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/296660 Reviewed-by: Björn Terelius <terelius@webrtc.org> Commit-Queue: Philip Eliasson <philipel@webrtc.org> Cr-Commit-Position: refs/heads/main@{#39505} 3 年前
adopt absl::string_view in logging/ Bug: webrtc:13579 Change-Id: Ibc5fa7842d52321d61cc4cdd4770635af737ddff Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/267170 Reviewed-by: Björn Terelius <terelius@webrtc.org> Commit-Queue: Ali Tofigh <alito@webrtc.org> Reviewed-by: Erik Språng <sprang@webrtc.org> Cr-Commit-Position: refs/heads/main@{#37533} 3 年前
Prepare for new encoding of RTC event log numeric fields. Bug: webrtc:11933 Change-Id: I32e59059ea6166b2fc089d9d19d3ab3829c2190e Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/228942 Commit-Queue: Björn Terelius <terelius@webrtc.org> Reviewed-by: Sebastian Jansson <srte@webrtc.org> Cr-Commit-Position: refs/heads/main@{#35071} 4 年前
Add new RTC event log encoding for AudioPlayout and DelayBasedBwe events. Bug: webrtc:11933 Change-Id: Ia54d973099916c8dba9fedf362f25e46fe5cc541 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/246204 Reviewed-by: Sebastian Jansson <srte@webrtc.org> Commit-Queue: Björn Terelius <terelius@webrtc.org> Cr-Commit-Position: refs/heads/main@{#35959} 4 年前
Prepare for new encoding of RTC event log numeric fields. Bug: webrtc:11933 Change-Id: I32e59059ea6166b2fc089d9d19d3ab3829c2190e Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/228942 Commit-Queue: Björn Terelius <terelius@webrtc.org> Reviewed-by: Sebastian Jansson <srte@webrtc.org> Cr-Commit-Position: refs/heads/main@{#35071} 4 年前
Add static constexpr type to RTC event log events. This allows (among other things) type-checked down-casts (similar to dynamic_cast) This will be used in a follow-up CL. This CL also moves some one-liner functions from the .cc file to the .h file. Bug: webrtc:11933 Change-Id: Ic89de8fa6c445ecbe108f2fbf68b44b655f819f5 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/199970 Reviewed-by: Artem Titov <titovartem@webrtc.org> Commit-Queue: Björn Terelius <terelius@webrtc.org> Cr-Commit-Position: refs/heads/master@{#32905} 5 年前
Reland "Reland "Refactor AnalyzerConfig to use Timestamps instead of microseconds."" This reverts commit 7306c75c12e6dd70e1f1a0904b6bda347423a556. Reason for revert: Downstream updated Original change's description: > Revert "Reland "Refactor AnalyzerConfig to use Timestamps instead of microseconds."" > > This reverts commit 7a992e21b9c3ff03aa34488a9c91fa580ca4faa6. > > Reason for revert: Breaks downstream build due to type change. > > Original change's description: > > Reland "Refactor AnalyzerConfig to use Timestamps instead of microseconds." > > > > This is a reland of 43fb16921b29ecd3a2d87876dda75c575e05f66a > > > > Original change's description: > > > Refactor AnalyzerConfig to use Timestamps instead of microseconds. > > > > > > Add optional offset-to-UTC parameter to output. This allows aligning > > > the x-axis in the generated charts to other UTC-based logs. > > > > > > Bug: b/215140373 > > > Change-Id: I65bcd295718acbb8c94e363907c1abc458067bfd > > > Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/250203 > > > Reviewed-by: Kristoffer Erlandsson <kerl@google.com> > > > Commit-Queue: Björn Terelius <terelius@webrtc.org> > > > Cr-Commit-Position: refs/heads/main@{#35992} > > > > Bug: b/215140373 > > Change-Id: Id2b88cc4b8078a97275d49a617581cbbd02d2c6f > > Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/252380 > > Reviewed-by: Kristoffer Erlandsson <kerl@google.com> > > Commit-Queue: Björn Terelius <terelius@webrtc.org> > > Cr-Commit-Position: refs/heads/main@{#36066} > > Bug: b/215140373 > Change-Id: I951ac26b8176e58da18e93835f13f6b9deb6d4fa > No-Presubmit: true > No-Tree-Checks: true > No-Try: true > Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/252443 > Auto-Submit: Björn Terelius <terelius@webrtc.org> > Bot-Commit: rubber-stamper@appspot.gserviceaccount.com <rubber-stamper@appspot.gserviceaccount.com> > Commit-Queue: Björn Terelius <terelius@webrtc.org> > Cr-Commit-Position: refs/heads/main@{#36068} Bug: b/215140373 Change-Id: Ie2b9a961d1e09dbeabeb6bfb02b43c047df69515 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/252582 Bot-Commit: rubber-stamper@appspot.gserviceaccount.com <rubber-stamper@appspot.gserviceaccount.com> Commit-Queue: Björn Terelius <terelius@webrtc.org> Reviewed-by: Kristoffer Erlandsson <kerl@google.com> Cr-Commit-Position: refs/heads/main@{#36079} 4 年前
Fix clang-tidy: performance-inefficient-vector-operation. Bug: None Change-Id: Ieb3b49436c075047e1d9e0293dd94f754c652b01 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/205520 Reviewed-by: Artem Titov <titovartem@webrtc.org> Reviewed-by: Björn Terelius <terelius@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/master@{#33150} 5 年前
Reland "Reland "Refactor AnalyzerConfig to use Timestamps instead of microseconds."" This reverts commit 7306c75c12e6dd70e1f1a0904b6bda347423a556. Reason for revert: Downstream updated Original change's description: > Revert "Reland "Refactor AnalyzerConfig to use Timestamps instead of microseconds."" > > This reverts commit 7a992e21b9c3ff03aa34488a9c91fa580ca4faa6. > > Reason for revert: Breaks downstream build due to type change. > > Original change's description: > > Reland "Refactor AnalyzerConfig to use Timestamps instead of microseconds." > > > > This is a reland of 43fb16921b29ecd3a2d87876dda75c575e05f66a > > > > Original change's description: > > > Refactor AnalyzerConfig to use Timestamps instead of microseconds. > > > > > > Add optional offset-to-UTC parameter to output. This allows aligning > > > the x-axis in the generated charts to other UTC-based logs. > > > > > > Bug: b/215140373 > > > Change-Id: I65bcd295718acbb8c94e363907c1abc458067bfd > > > Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/250203 > > > Reviewed-by: Kristoffer Erlandsson <kerl@google.com> > > > Commit-Queue: Björn Terelius <terelius@webrtc.org> > > > Cr-Commit-Position: refs/heads/main@{#35992} > > > > Bug: b/215140373 > > Change-Id: Id2b88cc4b8078a97275d49a617581cbbd02d2c6f > > Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/252380 > > Reviewed-by: Kristoffer Erlandsson <kerl@google.com> > > Commit-Queue: Björn Terelius <terelius@webrtc.org> > > Cr-Commit-Position: refs/heads/main@{#36066} > > Bug: b/215140373 > Change-Id: I951ac26b8176e58da18e93835f13f6b9deb6d4fa > No-Presubmit: true > No-Tree-Checks: true > No-Try: true > Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/252443 > Auto-Submit: Björn Terelius <terelius@webrtc.org> > Bot-Commit: rubber-stamper@appspot.gserviceaccount.com <rubber-stamper@appspot.gserviceaccount.com> > Commit-Queue: Björn Terelius <terelius@webrtc.org> > Cr-Commit-Position: refs/heads/main@{#36068} Bug: b/215140373 Change-Id: Ie2b9a961d1e09dbeabeb6bfb02b43c047df69515 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/252582 Bot-Commit: rubber-stamper@appspot.gserviceaccount.com <rubber-stamper@appspot.gserviceaccount.com> Commit-Queue: Björn Terelius <terelius@webrtc.org> Reviewed-by: Kristoffer Erlandsson <kerl@google.com> Cr-Commit-Position: refs/heads/main@{#36079} 4 年前
Add static constexpr type to RTC event log events. This allows (among other things) type-checked down-casts (similar to dynamic_cast) This will be used in a follow-up CL. This CL also moves some one-liner functions from the .cc file to the .h file. Bug: webrtc:11933 Change-Id: Ic89de8fa6c445ecbe108f2fbf68b44b655f819f5 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/199970 Reviewed-by: Artem Titov <titovartem@webrtc.org> Commit-Queue: Björn Terelius <terelius@webrtc.org> Cr-Commit-Position: refs/heads/master@{#32905} 5 年前
Reland "Reland "Refactor AnalyzerConfig to use Timestamps instead of microseconds."" This reverts commit 7306c75c12e6dd70e1f1a0904b6bda347423a556. Reason for revert: Downstream updated Original change's description: > Revert "Reland "Refactor AnalyzerConfig to use Timestamps instead of microseconds."" > > This reverts commit 7a992e21b9c3ff03aa34488a9c91fa580ca4faa6. > > Reason for revert: Breaks downstream build due to type change. > > Original change's description: > > Reland "Refactor AnalyzerConfig to use Timestamps instead of microseconds." > > > > This is a reland of 43fb16921b29ecd3a2d87876dda75c575e05f66a > > > > Original change's description: > > > Refactor AnalyzerConfig to use Timestamps instead of microseconds. > > > > > > Add optional offset-to-UTC parameter to output. This allows aligning > > > the x-axis in the generated charts to other UTC-based logs. > > > > > > Bug: b/215140373 > > > Change-Id: I65bcd295718acbb8c94e363907c1abc458067bfd > > > Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/250203 > > > Reviewed-by: Kristoffer Erlandsson <kerl@google.com> > > > Commit-Queue: Björn Terelius <terelius@webrtc.org> > > > Cr-Commit-Position: refs/heads/main@{#35992} > > > > Bug: b/215140373 > > Change-Id: Id2b88cc4b8078a97275d49a617581cbbd02d2c6f > > Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/252380 > > Reviewed-by: Kristoffer Erlandsson <kerl@google.com> > > Commit-Queue: Björn Terelius <terelius@webrtc.org> > > Cr-Commit-Position: refs/heads/main@{#36066} > > Bug: b/215140373 > Change-Id: I951ac26b8176e58da18e93835f13f6b9deb6d4fa > No-Presubmit: true > No-Tree-Checks: true > No-Try: true > Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/252443 > Auto-Submit: Björn Terelius <terelius@webrtc.org> > Bot-Commit: rubber-stamper@appspot.gserviceaccount.com <rubber-stamper@appspot.gserviceaccount.com> > Commit-Queue: Björn Terelius <terelius@webrtc.org> > Cr-Commit-Position: refs/heads/main@{#36068} Bug: b/215140373 Change-Id: Ie2b9a961d1e09dbeabeb6bfb02b43c047df69515 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/252582 Bot-Commit: rubber-stamper@appspot.gserviceaccount.com <rubber-stamper@appspot.gserviceaccount.com> Commit-Queue: Björn Terelius <terelius@webrtc.org> Reviewed-by: Kristoffer Erlandsson <kerl@google.com> Cr-Commit-Position: refs/heads/main@{#36079} 4 年前
Add static constexpr type to RTC event log events. This allows (among other things) type-checked down-casts (similar to dynamic_cast) This will be used in a follow-up CL. This CL also moves some one-liner functions from the .cc file to the .h file. Bug: webrtc:11933 Change-Id: Ic89de8fa6c445ecbe108f2fbf68b44b655f819f5 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/199970 Reviewed-by: Artem Titov <titovartem@webrtc.org> Commit-Queue: Björn Terelius <terelius@webrtc.org> Cr-Commit-Position: refs/heads/master@{#32905} 5 年前
Reland "Reland "Refactor AnalyzerConfig to use Timestamps instead of microseconds."" This reverts commit 7306c75c12e6dd70e1f1a0904b6bda347423a556. Reason for revert: Downstream updated Original change's description: > Revert "Reland "Refactor AnalyzerConfig to use Timestamps instead of microseconds."" > > This reverts commit 7a992e21b9c3ff03aa34488a9c91fa580ca4faa6. > > Reason for revert: Breaks downstream build due to type change. > > Original change's description: > > Reland "Refactor AnalyzerConfig to use Timestamps instead of microseconds." > > > > This is a reland of 43fb16921b29ecd3a2d87876dda75c575e05f66a > > > > Original change's description: > > > Refactor AnalyzerConfig to use Timestamps instead of microseconds. > > > > > > Add optional offset-to-UTC parameter to output. This allows aligning > > > the x-axis in the generated charts to other UTC-based logs. > > > > > > Bug: b/215140373 > > > Change-Id: I65bcd295718acbb8c94e363907c1abc458067bfd > > > Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/250203 > > > Reviewed-by: Kristoffer Erlandsson <kerl@google.com> > > > Commit-Queue: Björn Terelius <terelius@webrtc.org> > > > Cr-Commit-Position: refs/heads/main@{#35992} > > > > Bug: b/215140373 > > Change-Id: Id2b88cc4b8078a97275d49a617581cbbd02d2c6f > > Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/252380 > > Reviewed-by: Kristoffer Erlandsson <kerl@google.com> > > Commit-Queue: Björn Terelius <terelius@webrtc.org> > > Cr-Commit-Position: refs/heads/main@{#36066} > > Bug: b/215140373 > Change-Id: I951ac26b8176e58da18e93835f13f6b9deb6d4fa > No-Presubmit: true > No-Tree-Checks: true > No-Try: true > Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/252443 > Auto-Submit: Björn Terelius <terelius@webrtc.org> > Bot-Commit: rubber-stamper@appspot.gserviceaccount.com <rubber-stamper@appspot.gserviceaccount.com> > Commit-Queue: Björn Terelius <terelius@webrtc.org> > Cr-Commit-Position: refs/heads/main@{#36068} Bug: b/215140373 Change-Id: Ie2b9a961d1e09dbeabeb6bfb02b43c047df69515 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/252582 Bot-Commit: rubber-stamper@appspot.gserviceaccount.com <rubber-stamper@appspot.gserviceaccount.com> Commit-Queue: Björn Terelius <terelius@webrtc.org> Reviewed-by: Kristoffer Erlandsson <kerl@google.com> Cr-Commit-Position: refs/heads/main@{#36079} 4 年前
Add static constexpr type to RTC event log events. This allows (among other things) type-checked down-casts (similar to dynamic_cast) This will be used in a follow-up CL. This CL also moves some one-liner functions from the .cc file to the .h file. Bug: webrtc:11933 Change-Id: Ic89de8fa6c445ecbe108f2fbf68b44b655f819f5 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/199970 Reviewed-by: Artem Titov <titovartem@webrtc.org> Commit-Queue: Björn Terelius <terelius@webrtc.org> Cr-Commit-Position: refs/heads/master@{#32905} 5 年前
Reland "Reland "Refactor AnalyzerConfig to use Timestamps instead of microseconds."" This reverts commit 7306c75c12e6dd70e1f1a0904b6bda347423a556. Reason for revert: Downstream updated Original change's description: > Revert "Reland "Refactor AnalyzerConfig to use Timestamps instead of microseconds."" > > This reverts commit 7a992e21b9c3ff03aa34488a9c91fa580ca4faa6. > > Reason for revert: Breaks downstream build due to type change. > > Original change's description: > > Reland "Refactor AnalyzerConfig to use Timestamps instead of microseconds." > > > > This is a reland of 43fb16921b29ecd3a2d87876dda75c575e05f66a > > > > Original change's description: > > > Refactor AnalyzerConfig to use Timestamps instead of microseconds. > > > > > > Add optional offset-to-UTC parameter to output. This allows aligning > > > the x-axis in the generated charts to other UTC-based logs. > > > > > > Bug: b/215140373 > > > Change-Id: I65bcd295718acbb8c94e363907c1abc458067bfd > > > Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/250203 > > > Reviewed-by: Kristoffer Erlandsson <kerl@google.com> > > > Commit-Queue: Björn Terelius <terelius@webrtc.org> > > > Cr-Commit-Position: refs/heads/main@{#35992} > > > > Bug: b/215140373 > > Change-Id: Id2b88cc4b8078a97275d49a617581cbbd02d2c6f > > Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/252380 > > Reviewed-by: Kristoffer Erlandsson <kerl@google.com> > > Commit-Queue: Björn Terelius <terelius@webrtc.org> > > Cr-Commit-Position: refs/heads/main@{#36066} > > Bug: b/215140373 > Change-Id: I951ac26b8176e58da18e93835f13f6b9deb6d4fa > No-Presubmit: true > No-Tree-Checks: true > No-Try: true > Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/252443 > Auto-Submit: Björn Terelius <terelius@webrtc.org> > Bot-Commit: rubber-stamper@appspot.gserviceaccount.com <rubber-stamper@appspot.gserviceaccount.com> > Commit-Queue: Björn Terelius <terelius@webrtc.org> > Cr-Commit-Position: refs/heads/main@{#36068} Bug: b/215140373 Change-Id: Ie2b9a961d1e09dbeabeb6bfb02b43c047df69515 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/252582 Bot-Commit: rubber-stamper@appspot.gserviceaccount.com <rubber-stamper@appspot.gserviceaccount.com> Commit-Queue: Björn Terelius <terelius@webrtc.org> Reviewed-by: Kristoffer Erlandsson <kerl@google.com> Cr-Commit-Position: refs/heads/main@{#36079} 4 年前
Add static constexpr type to RTC event log events. This allows (among other things) type-checked down-casts (similar to dynamic_cast) This will be used in a follow-up CL. This CL also moves some one-liner functions from the .cc file to the .h file. Bug: webrtc:11933 Change-Id: Ic89de8fa6c445ecbe108f2fbf68b44b655f819f5 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/199970 Reviewed-by: Artem Titov <titovartem@webrtc.org> Commit-Queue: Björn Terelius <terelius@webrtc.org> Cr-Commit-Position: refs/heads/master@{#32905} 5 年前
Reland "Reland "Refactor AnalyzerConfig to use Timestamps instead of microseconds."" This reverts commit 7306c75c12e6dd70e1f1a0904b6bda347423a556. Reason for revert: Downstream updated Original change's description: > Revert "Reland "Refactor AnalyzerConfig to use Timestamps instead of microseconds."" > > This reverts commit 7a992e21b9c3ff03aa34488a9c91fa580ca4faa6. > > Reason for revert: Breaks downstream build due to type change. > > Original change's description: > > Reland "Refactor AnalyzerConfig to use Timestamps instead of microseconds." > > > > This is a reland of 43fb16921b29ecd3a2d87876dda75c575e05f66a > > > > Original change's description: > > > Refactor AnalyzerConfig to use Timestamps instead of microseconds. > > > > > > Add optional offset-to-UTC parameter to output. This allows aligning > > > the x-axis in the generated charts to other UTC-based logs. > > > > > > Bug: b/215140373 > > > Change-Id: I65bcd295718acbb8c94e363907c1abc458067bfd > > > Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/250203 > > > Reviewed-by: Kristoffer Erlandsson <kerl@google.com> > > > Commit-Queue: Björn Terelius <terelius@webrtc.org> > > > Cr-Commit-Position: refs/heads/main@{#35992} > > > > Bug: b/215140373 > > Change-Id: Id2b88cc4b8078a97275d49a617581cbbd02d2c6f > > Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/252380 > > Reviewed-by: Kristoffer Erlandsson <kerl@google.com> > > Commit-Queue: Björn Terelius <terelius@webrtc.org> > > Cr-Commit-Position: refs/heads/main@{#36066} > > Bug: b/215140373 > Change-Id: I951ac26b8176e58da18e93835f13f6b9deb6d4fa > No-Presubmit: true > No-Tree-Checks: true > No-Try: true > Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/252443 > Auto-Submit: Björn Terelius <terelius@webrtc.org> > Bot-Commit: rubber-stamper@appspot.gserviceaccount.com <rubber-stamper@appspot.gserviceaccount.com> > Commit-Queue: Björn Terelius <terelius@webrtc.org> > Cr-Commit-Position: refs/heads/main@{#36068} Bug: b/215140373 Change-Id: Ie2b9a961d1e09dbeabeb6bfb02b43c047df69515 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/252582 Bot-Commit: rubber-stamper@appspot.gserviceaccount.com <rubber-stamper@appspot.gserviceaccount.com> Commit-Queue: Björn Terelius <terelius@webrtc.org> Reviewed-by: Kristoffer Erlandsson <kerl@google.com> Cr-Commit-Position: refs/heads/main@{#36079} 4 年前
Encoder/Decoder for dependecy descriptor in RTC event log. Bug: webrtc:14801 Change-Id: I3eb1884f4f7e52cc66fab12251b5a8efae5a1ace Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/296300 Reviewed-by: Björn Terelius <terelius@webrtc.org> Commit-Queue: Philip Eliasson <philipel@webrtc.org> Cr-Commit-Position: refs/heads/main@{#39607} 3 年前
Add RtcEvent to store when MinimumSetDelay is set on NetEq To be able to simulate offline some scenario in which the javascript layer set the minimum base buffer size of neteq, it is required to record those API calls. This change introduces this. Bug: webrtc:14763 Change-Id: Ic817913eda60978d6fca3f8e12229aeec505ca25 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/287122 Auto-Submit: Lionel Koenig <lionelk@webrtc.org> Reviewed-by: Per Kjellander <perkj@webrtc.org> Commit-Queue: Lionel Koenig <lionelk@webrtc.org> Reviewed-by: Per Åhgren <peah@webrtc.org> Reviewed-by: Björn Terelius <terelius@webrtc.org> Cr-Commit-Position: refs/heads/main@{#39104} 3 年前
Add RtcEvent to store when MinimumSetDelay is set on NetEq To be able to simulate offline some scenario in which the javascript layer set the minimum base buffer size of neteq, it is required to record those API calls. This change introduces this. Bug: webrtc:14763 Change-Id: Ic817913eda60978d6fca3f8e12229aeec505ca25 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/287122 Auto-Submit: Lionel Koenig <lionelk@webrtc.org> Reviewed-by: Per Kjellander <perkj@webrtc.org> Commit-Queue: Lionel Koenig <lionelk@webrtc.org> Reviewed-by: Per Åhgren <peah@webrtc.org> Reviewed-by: Björn Terelius <terelius@webrtc.org> Cr-Commit-Position: refs/heads/main@{#39104} 3 年前
Add static constexpr type to RTC event log events. This allows (among other things) type-checked down-casts (similar to dynamic_cast) This will be used in a follow-up CL. This CL also moves some one-liner functions from the .cc file to the .h file. Bug: webrtc:11933 Change-Id: Ic89de8fa6c445ecbe108f2fbf68b44b655f819f5 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/199970 Reviewed-by: Artem Titov <titovartem@webrtc.org> Commit-Queue: Björn Terelius <terelius@webrtc.org> Cr-Commit-Position: refs/heads/master@{#32905} 5 年前
Reland "Reland "Refactor AnalyzerConfig to use Timestamps instead of microseconds."" This reverts commit 7306c75c12e6dd70e1f1a0904b6bda347423a556. Reason for revert: Downstream updated Original change's description: > Revert "Reland "Refactor AnalyzerConfig to use Timestamps instead of microseconds."" > > This reverts commit 7a992e21b9c3ff03aa34488a9c91fa580ca4faa6. > > Reason for revert: Breaks downstream build due to type change. > > Original change's description: > > Reland "Refactor AnalyzerConfig to use Timestamps instead of microseconds." > > > > This is a reland of 43fb16921b29ecd3a2d87876dda75c575e05f66a > > > > Original change's description: > > > Refactor AnalyzerConfig to use Timestamps instead of microseconds. > > > > > > Add optional offset-to-UTC parameter to output. This allows aligning > > > the x-axis in the generated charts to other UTC-based logs. > > > > > > Bug: b/215140373 > > > Change-Id: I65bcd295718acbb8c94e363907c1abc458067bfd > > > Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/250203 > > > Reviewed-by: Kristoffer Erlandsson <kerl@google.com> > > > Commit-Queue: Björn Terelius <terelius@webrtc.org> > > > Cr-Commit-Position: refs/heads/main@{#35992} > > > > Bug: b/215140373 > > Change-Id: Id2b88cc4b8078a97275d49a617581cbbd02d2c6f > > Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/252380 > > Reviewed-by: Kristoffer Erlandsson <kerl@google.com> > > Commit-Queue: Björn Terelius <terelius@webrtc.org> > > Cr-Commit-Position: refs/heads/main@{#36066} > > Bug: b/215140373 > Change-Id: I951ac26b8176e58da18e93835f13f6b9deb6d4fa > No-Presubmit: true > No-Tree-Checks: true > No-Try: true > Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/252443 > Auto-Submit: Björn Terelius <terelius@webrtc.org> > Bot-Commit: rubber-stamper@appspot.gserviceaccount.com <rubber-stamper@appspot.gserviceaccount.com> > Commit-Queue: Björn Terelius <terelius@webrtc.org> > Cr-Commit-Position: refs/heads/main@{#36068} Bug: b/215140373 Change-Id: Ie2b9a961d1e09dbeabeb6bfb02b43c047df69515 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/252582 Bot-Commit: rubber-stamper@appspot.gserviceaccount.com <rubber-stamper@appspot.gserviceaccount.com> Commit-Queue: Björn Terelius <terelius@webrtc.org> Reviewed-by: Kristoffer Erlandsson <kerl@google.com> Cr-Commit-Position: refs/heads/main@{#36079} 4 年前
Add static constexpr type to RTC event log events. This allows (among other things) type-checked down-casts (similar to dynamic_cast) This will be used in a follow-up CL. This CL also moves some one-liner functions from the .cc file to the .h file. Bug: webrtc:11933 Change-Id: Ic89de8fa6c445ecbe108f2fbf68b44b655f819f5 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/199970 Reviewed-by: Artem Titov <titovartem@webrtc.org> Commit-Queue: Björn Terelius <terelius@webrtc.org> Cr-Commit-Position: refs/heads/master@{#32905} 5 年前
Reland "Reland "Refactor AnalyzerConfig to use Timestamps instead of microseconds."" This reverts commit 7306c75c12e6dd70e1f1a0904b6bda347423a556. Reason for revert: Downstream updated Original change's description: > Revert "Reland "Refactor AnalyzerConfig to use Timestamps instead of microseconds."" > > This reverts commit 7a992e21b9c3ff03aa34488a9c91fa580ca4faa6. > > Reason for revert: Breaks downstream build due to type change. > > Original change's description: > > Reland "Refactor AnalyzerConfig to use Timestamps instead of microseconds." > > > > This is a reland of 43fb16921b29ecd3a2d87876dda75c575e05f66a > > > > Original change's description: > > > Refactor AnalyzerConfig to use Timestamps instead of microseconds. > > > > > > Add optional offset-to-UTC parameter to output. This allows aligning > > > the x-axis in the generated charts to other UTC-based logs. > > > > > > Bug: b/215140373 > > > Change-Id: I65bcd295718acbb8c94e363907c1abc458067bfd > > > Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/250203 > > > Reviewed-by: Kristoffer Erlandsson <kerl@google.com> > > > Commit-Queue: Björn Terelius <terelius@webrtc.org> > > > Cr-Commit-Position: refs/heads/main@{#35992} > > > > Bug: b/215140373 > > Change-Id: Id2b88cc4b8078a97275d49a617581cbbd02d2c6f > > Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/252380 > > Reviewed-by: Kristoffer Erlandsson <kerl@google.com> > > Commit-Queue: Björn Terelius <terelius@webrtc.org> > > Cr-Commit-Position: refs/heads/main@{#36066} > > Bug: b/215140373 > Change-Id: I951ac26b8176e58da18e93835f13f6b9deb6d4fa > No-Presubmit: true > No-Tree-Checks: true > No-Try: true > Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/252443 > Auto-Submit: Björn Terelius <terelius@webrtc.org> > Bot-Commit: rubber-stamper@appspot.gserviceaccount.com <rubber-stamper@appspot.gserviceaccount.com> > Commit-Queue: Björn Terelius <terelius@webrtc.org> > Cr-Commit-Position: refs/heads/main@{#36068} Bug: b/215140373 Change-Id: Ie2b9a961d1e09dbeabeb6bfb02b43c047df69515 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/252582 Bot-Commit: rubber-stamper@appspot.gserviceaccount.com <rubber-stamper@appspot.gserviceaccount.com> Commit-Queue: Björn Terelius <terelius@webrtc.org> Reviewed-by: Kristoffer Erlandsson <kerl@google.com> Cr-Commit-Position: refs/heads/main@{#36079} 4 年前
Add static constexpr type to RTC event log events. This allows (among other things) type-checked down-casts (similar to dynamic_cast) This will be used in a follow-up CL. This CL also moves some one-liner functions from the .cc file to the .h file. Bug: webrtc:11933 Change-Id: Ic89de8fa6c445ecbe108f2fbf68b44b655f819f5 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/199970 Reviewed-by: Artem Titov <titovartem@webrtc.org> Commit-Queue: Björn Terelius <terelius@webrtc.org> Cr-Commit-Position: refs/heads/master@{#32905} 5 年前
Reland "Reland "Refactor AnalyzerConfig to use Timestamps instead of microseconds."" This reverts commit 7306c75c12e6dd70e1f1a0904b6bda347423a556. Reason for revert: Downstream updated Original change's description: > Revert "Reland "Refactor AnalyzerConfig to use Timestamps instead of microseconds."" > > This reverts commit 7a992e21b9c3ff03aa34488a9c91fa580ca4faa6. > > Reason for revert: Breaks downstream build due to type change. > > Original change's description: > > Reland "Refactor AnalyzerConfig to use Timestamps instead of microseconds." > > > > This is a reland of 43fb16921b29ecd3a2d87876dda75c575e05f66a > > > > Original change's description: > > > Refactor AnalyzerConfig to use Timestamps instead of microseconds. > > > > > > Add optional offset-to-UTC parameter to output. This allows aligning > > > the x-axis in the generated charts to other UTC-based logs. > > > > > > Bug: b/215140373 > > > Change-Id: I65bcd295718acbb8c94e363907c1abc458067bfd > > > Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/250203 > > > Reviewed-by: Kristoffer Erlandsson <kerl@google.com> > > > Commit-Queue: Björn Terelius <terelius@webrtc.org> > > > Cr-Commit-Position: refs/heads/main@{#35992} > > > > Bug: b/215140373 > > Change-Id: Id2b88cc4b8078a97275d49a617581cbbd02d2c6f > > Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/252380 > > Reviewed-by: Kristoffer Erlandsson <kerl@google.com> > > Commit-Queue: Björn Terelius <terelius@webrtc.org> > > Cr-Commit-Position: refs/heads/main@{#36066} > > Bug: b/215140373 > Change-Id: I951ac26b8176e58da18e93835f13f6b9deb6d4fa > No-Presubmit: true > No-Tree-Checks: true > No-Try: true > Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/252443 > Auto-Submit: Björn Terelius <terelius@webrtc.org> > Bot-Commit: rubber-stamper@appspot.gserviceaccount.com <rubber-stamper@appspot.gserviceaccount.com> > Commit-Queue: Björn Terelius <terelius@webrtc.org> > Cr-Commit-Position: refs/heads/main@{#36068} Bug: b/215140373 Change-Id: Ie2b9a961d1e09dbeabeb6bfb02b43c047df69515 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/252582 Bot-Commit: rubber-stamper@appspot.gserviceaccount.com <rubber-stamper@appspot.gserviceaccount.com> Commit-Queue: Björn Terelius <terelius@webrtc.org> Reviewed-by: Kristoffer Erlandsson <kerl@google.com> Cr-Commit-Position: refs/heads/main@{#36079} 4 年前
Reland "Reland "Refactor AnalyzerConfig to use Timestamps instead of microseconds."" This reverts commit 7306c75c12e6dd70e1f1a0904b6bda347423a556. Reason for revert: Downstream updated Original change's description: > Revert "Reland "Refactor AnalyzerConfig to use Timestamps instead of microseconds."" > > This reverts commit 7a992e21b9c3ff03aa34488a9c91fa580ca4faa6. > > Reason for revert: Breaks downstream build due to type change. > > Original change's description: > > Reland "Refactor AnalyzerConfig to use Timestamps instead of microseconds." > > > > This is a reland of 43fb16921b29ecd3a2d87876dda75c575e05f66a > > > > Original change's description: > > > Refactor AnalyzerConfig to use Timestamps instead of microseconds. > > > > > > Add optional offset-to-UTC parameter to output. This allows aligning > > > the x-axis in the generated charts to other UTC-based logs. > > > > > > Bug: b/215140373 > > > Change-Id: I65bcd295718acbb8c94e363907c1abc458067bfd > > > Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/250203 > > > Reviewed-by: Kristoffer Erlandsson <kerl@google.com> > > > Commit-Queue: Björn Terelius <terelius@webrtc.org> > > > Cr-Commit-Position: refs/heads/main@{#35992} > > > > Bug: b/215140373 > > Change-Id: Id2b88cc4b8078a97275d49a617581cbbd02d2c6f > > Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/252380 > > Reviewed-by: Kristoffer Erlandsson <kerl@google.com> > > Commit-Queue: Björn Terelius <terelius@webrtc.org> > > Cr-Commit-Position: refs/heads/main@{#36066} > > Bug: b/215140373 > Change-Id: I951ac26b8176e58da18e93835f13f6b9deb6d4fa > No-Presubmit: true > No-Tree-Checks: true > No-Try: true > Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/252443 > Auto-Submit: Björn Terelius <terelius@webrtc.org> > Bot-Commit: rubber-stamper@appspot.gserviceaccount.com <rubber-stamper@appspot.gserviceaccount.com> > Commit-Queue: Björn Terelius <terelius@webrtc.org> > Cr-Commit-Position: refs/heads/main@{#36068} Bug: b/215140373 Change-Id: Ie2b9a961d1e09dbeabeb6bfb02b43c047df69515 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/252582 Bot-Commit: rubber-stamper@appspot.gserviceaccount.com <rubber-stamper@appspot.gserviceaccount.com> Commit-Queue: Björn Terelius <terelius@webrtc.org> Reviewed-by: Kristoffer Erlandsson <kerl@google.com> Cr-Commit-Position: refs/heads/main@{#36079} 4 年前
Add static constexpr type to RTC event log events. This allows (among other things) type-checked down-casts (similar to dynamic_cast) This will be used in a follow-up CL. This CL also moves some one-liner functions from the .cc file to the .h file. Bug: webrtc:11933 Change-Id: Ic89de8fa6c445ecbe108f2fbf68b44b655f819f5 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/199970 Reviewed-by: Artem Titov <titovartem@webrtc.org> Commit-Queue: Björn Terelius <terelius@webrtc.org> Cr-Commit-Position: refs/heads/master@{#32905} 5 年前
Reland "Reland "Refactor AnalyzerConfig to use Timestamps instead of microseconds."" This reverts commit 7306c75c12e6dd70e1f1a0904b6bda347423a556. Reason for revert: Downstream updated Original change's description: > Revert "Reland "Refactor AnalyzerConfig to use Timestamps instead of microseconds."" > > This reverts commit 7a992e21b9c3ff03aa34488a9c91fa580ca4faa6. > > Reason for revert: Breaks downstream build due to type change. > > Original change's description: > > Reland "Refactor AnalyzerConfig to use Timestamps instead of microseconds." > > > > This is a reland of 43fb16921b29ecd3a2d87876dda75c575e05f66a > > > > Original change's description: > > > Refactor AnalyzerConfig to use Timestamps instead of microseconds. > > > > > > Add optional offset-to-UTC parameter to output. This allows aligning > > > the x-axis in the generated charts to other UTC-based logs. > > > > > > Bug: b/215140373 > > > Change-Id: I65bcd295718acbb8c94e363907c1abc458067bfd > > > Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/250203 > > > Reviewed-by: Kristoffer Erlandsson <kerl@google.com> > > > Commit-Queue: Björn Terelius <terelius@webrtc.org> > > > Cr-Commit-Position: refs/heads/main@{#35992} > > > > Bug: b/215140373 > > Change-Id: Id2b88cc4b8078a97275d49a617581cbbd02d2c6f > > Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/252380 > > Reviewed-by: Kristoffer Erlandsson <kerl@google.com> > > Commit-Queue: Björn Terelius <terelius@webrtc.org> > > Cr-Commit-Position: refs/heads/main@{#36066} > > Bug: b/215140373 > Change-Id: I951ac26b8176e58da18e93835f13f6b9deb6d4fa > No-Presubmit: true > No-Tree-Checks: true > No-Try: true > Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/252443 > Auto-Submit: Björn Terelius <terelius@webrtc.org> > Bot-Commit: rubber-stamper@appspot.gserviceaccount.com <rubber-stamper@appspot.gserviceaccount.com> > Commit-Queue: Björn Terelius <terelius@webrtc.org> > Cr-Commit-Position: refs/heads/main@{#36068} Bug: b/215140373 Change-Id: Ie2b9a961d1e09dbeabeb6bfb02b43c047df69515 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/252582 Bot-Commit: rubber-stamper@appspot.gserviceaccount.com <rubber-stamper@appspot.gserviceaccount.com> Commit-Queue: Björn Terelius <terelius@webrtc.org> Reviewed-by: Kristoffer Erlandsson <kerl@google.com> Cr-Commit-Position: refs/heads/main@{#36079} 4 年前
Add static constexpr type to RTC event log events. This allows (among other things) type-checked down-casts (similar to dynamic_cast) This will be used in a follow-up CL. This CL also moves some one-liner functions from the .cc file to the .h file. Bug: webrtc:11933 Change-Id: Ic89de8fa6c445ecbe108f2fbf68b44b655f819f5 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/199970 Reviewed-by: Artem Titov <titovartem@webrtc.org> Commit-Queue: Björn Terelius <terelius@webrtc.org> Cr-Commit-Position: refs/heads/master@{#32905} 5 年前
Add noop stubs for encoding/parsing all RTC event log events. The actual event definitions will be added in upcoming CLs. Bug: webrtc:11933 Change-Id: Ie10b08a71aeb12118612b7717a08b6acbc699c4d Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/249361 Reviewed-by: Sebastian Jansson <srte@webrtc.org> Commit-Queue: Björn Terelius <terelius@webrtc.org> Cr-Commit-Position: refs/heads/main@{#35978} 4 年前
Add static constexpr type to RTC event log events. This allows (among other things) type-checked down-casts (similar to dynamic_cast) This will be used in a follow-up CL. This CL also moves some one-liner functions from the .cc file to the .h file. Bug: webrtc:11933 Change-Id: Ic89de8fa6c445ecbe108f2fbf68b44b655f819f5 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/199970 Reviewed-by: Artem Titov <titovartem@webrtc.org> Commit-Queue: Björn Terelius <terelius@webrtc.org> Cr-Commit-Position: refs/heads/master@{#32905} 5 年前
Add noop stubs for encoding/parsing all RTC event log events. The actual event definitions will be added in upcoming CLs. Bug: webrtc:11933 Change-Id: Ie10b08a71aeb12118612b7717a08b6acbc699c4d Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/249361 Reviewed-by: Sebastian Jansson <srte@webrtc.org> Commit-Queue: Björn Terelius <terelius@webrtc.org> Cr-Commit-Position: refs/heads/main@{#35978} 4 年前
Change rtc event log packet messages implementation to save full rtp packet Keeping just the header doesn't save memory because header is taken as slice of the original packet (and thus keeps a reference to the buffer containing full packet) Keeping full packet is simpler and avoid extra unused buffer created during RtpPacket default contruction Bug: b/187593466 Change-Id: I78d7201d110092fc039203e1caa2fb9c3afbc079 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/218161 Reviewed-by: Björn Terelius <terelius@webrtc.org> Commit-Queue: Danil Chapovalov <danilchap@webrtc.org> Cr-Commit-Position: refs/heads/master@{#33974} 4 年前
Use DD encoder/decoder in RTC event log encoder/parser. Bug: webrtc:14801 Change-Id: I7013c42765e81d147bf8284f8c29666e67fdb91f Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/296765 Reviewed-by: Björn Terelius <terelius@webrtc.org> Commit-Queue: Philip Eliasson <philipel@webrtc.org> Cr-Commit-Position: refs/heads/main@{#39929} 3 年前
Change rtc event log packet messages implementation to save full rtp packet Keeping just the header doesn't save memory because header is taken as slice of the original packet (and thus keeps a reference to the buffer containing full packet) Keeping full packet is simpler and avoid extra unused buffer created during RtpPacket default contruction Bug: b/187593466 Change-Id: I78d7201d110092fc039203e1caa2fb9c3afbc079 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/218161 Reviewed-by: Björn Terelius <terelius@webrtc.org> Commit-Queue: Danil Chapovalov <danilchap@webrtc.org> Cr-Commit-Position: refs/heads/master@{#33974} 4 年前
Use DD encoder/decoder in RTC event log encoder/parser. Bug: webrtc:14801 Change-Id: I7013c42765e81d147bf8284f8c29666e67fdb91f Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/296765 Reviewed-by: Björn Terelius <terelius@webrtc.org> Commit-Queue: Philip Eliasson <philipel@webrtc.org> Cr-Commit-Position: refs/heads/main@{#39929} 3 年前
Add static constexpr type to RTC event log events. This allows (among other things) type-checked down-casts (similar to dynamic_cast) This will be used in a follow-up CL. This CL also moves some one-liner functions from the .cc file to the .h file. Bug: webrtc:11933 Change-Id: Ic89de8fa6c445ecbe108f2fbf68b44b655f819f5 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/199970 Reviewed-by: Artem Titov <titovartem@webrtc.org> Commit-Queue: Björn Terelius <terelius@webrtc.org> Cr-Commit-Position: refs/heads/master@{#32905} 5 年前
Reland "Reland "Refactor AnalyzerConfig to use Timestamps instead of microseconds."" This reverts commit 7306c75c12e6dd70e1f1a0904b6bda347423a556. Reason for revert: Downstream updated Original change's description: > Revert "Reland "Refactor AnalyzerConfig to use Timestamps instead of microseconds."" > > This reverts commit 7a992e21b9c3ff03aa34488a9c91fa580ca4faa6. > > Reason for revert: Breaks downstream build due to type change. > > Original change's description: > > Reland "Refactor AnalyzerConfig to use Timestamps instead of microseconds." > > > > This is a reland of 43fb16921b29ecd3a2d87876dda75c575e05f66a > > > > Original change's description: > > > Refactor AnalyzerConfig to use Timestamps instead of microseconds. > > > > > > Add optional offset-to-UTC parameter to output. This allows aligning > > > the x-axis in the generated charts to other UTC-based logs. > > > > > > Bug: b/215140373 > > > Change-Id: I65bcd295718acbb8c94e363907c1abc458067bfd > > > Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/250203 > > > Reviewed-by: Kristoffer Erlandsson <kerl@google.com> > > > Commit-Queue: Björn Terelius <terelius@webrtc.org> > > > Cr-Commit-Position: refs/heads/main@{#35992} > > > > Bug: b/215140373 > > Change-Id: Id2b88cc4b8078a97275d49a617581cbbd02d2c6f > > Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/252380 > > Reviewed-by: Kristoffer Erlandsson <kerl@google.com> > > Commit-Queue: Björn Terelius <terelius@webrtc.org> > > Cr-Commit-Position: refs/heads/main@{#36066} > > Bug: b/215140373 > Change-Id: I951ac26b8176e58da18e93835f13f6b9deb6d4fa > No-Presubmit: true > No-Tree-Checks: true > No-Try: true > Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/252443 > Auto-Submit: Björn Terelius <terelius@webrtc.org> > Bot-Commit: rubber-stamper@appspot.gserviceaccount.com <rubber-stamper@appspot.gserviceaccount.com> > Commit-Queue: Björn Terelius <terelius@webrtc.org> > Cr-Commit-Position: refs/heads/main@{#36068} Bug: b/215140373 Change-Id: Ie2b9a961d1e09dbeabeb6bfb02b43c047df69515 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/252582 Bot-Commit: rubber-stamper@appspot.gserviceaccount.com <rubber-stamper@appspot.gserviceaccount.com> Commit-Queue: Björn Terelius <terelius@webrtc.org> Reviewed-by: Kristoffer Erlandsson <kerl@google.com> Cr-Commit-Position: refs/heads/main@{#36079} 4 年前
Add static constexpr type to RTC event log events. This allows (among other things) type-checked down-casts (similar to dynamic_cast) This will be used in a follow-up CL. This CL also moves some one-liner functions from the .cc file to the .h file. Bug: webrtc:11933 Change-Id: Ic89de8fa6c445ecbe108f2fbf68b44b655f819f5 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/199970 Reviewed-by: Artem Titov <titovartem@webrtc.org> Commit-Queue: Björn Terelius <terelius@webrtc.org> Cr-Commit-Position: refs/heads/master@{#32905} 5 年前
Reland "Reland "Refactor AnalyzerConfig to use Timestamps instead of microseconds."" This reverts commit 7306c75c12e6dd70e1f1a0904b6bda347423a556. Reason for revert: Downstream updated Original change's description: > Revert "Reland "Refactor AnalyzerConfig to use Timestamps instead of microseconds."" > > This reverts commit 7a992e21b9c3ff03aa34488a9c91fa580ca4faa6. > > Reason for revert: Breaks downstream build due to type change. > > Original change's description: > > Reland "Refactor AnalyzerConfig to use Timestamps instead of microseconds." > > > > This is a reland of 43fb16921b29ecd3a2d87876dda75c575e05f66a > > > > Original change's description: > > > Refactor AnalyzerConfig to use Timestamps instead of microseconds. > > > > > > Add optional offset-to-UTC parameter to output. This allows aligning > > > the x-axis in the generated charts to other UTC-based logs. > > > > > > Bug: b/215140373 > > > Change-Id: I65bcd295718acbb8c94e363907c1abc458067bfd > > > Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/250203 > > > Reviewed-by: Kristoffer Erlandsson <kerl@google.com> > > > Commit-Queue: Björn Terelius <terelius@webrtc.org> > > > Cr-Commit-Position: refs/heads/main@{#35992} > > > > Bug: b/215140373 > > Change-Id: Id2b88cc4b8078a97275d49a617581cbbd02d2c6f > > Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/252380 > > Reviewed-by: Kristoffer Erlandsson <kerl@google.com> > > Commit-Queue: Björn Terelius <terelius@webrtc.org> > > Cr-Commit-Position: refs/heads/main@{#36066} > > Bug: b/215140373 > Change-Id: I951ac26b8176e58da18e93835f13f6b9deb6d4fa > No-Presubmit: true > No-Tree-Checks: true > No-Try: true > Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/252443 > Auto-Submit: Björn Terelius <terelius@webrtc.org> > Bot-Commit: rubber-stamper@appspot.gserviceaccount.com <rubber-stamper@appspot.gserviceaccount.com> > Commit-Queue: Björn Terelius <terelius@webrtc.org> > Cr-Commit-Position: refs/heads/main@{#36068} Bug: b/215140373 Change-Id: Ie2b9a961d1e09dbeabeb6bfb02b43c047df69515 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/252582 Bot-Commit: rubber-stamper@appspot.gserviceaccount.com <rubber-stamper@appspot.gserviceaccount.com> Commit-Queue: Björn Terelius <terelius@webrtc.org> Reviewed-by: Kristoffer Erlandsson <kerl@google.com> Cr-Commit-Position: refs/heads/main@{#36079} 4 年前