webrtc/rtc_tools/event_log_visualizer
Jonas Olsson 84df1c724e Make fewer copies when using StringBuilder.
Replace calls to .str() which copies with .Release which moves in cases where that's safe.

This CL was generated by this command:
git grep -l 'StringBuilder' |
xargs perl -i -0 -pe "s/(rtc::StringBuilder (\S+);.*?return )\\g2.str\(\)/\$1\$2.Release\(\)/sg"

Bug: webrtc:8982
Change-Id: If4dadbeb039df010aaaa9e58da81c1971a84fe8f
Reviewed-on: https://webrtc-review.googlesource.com/100307
Commit-Queue: Jonas Olsson <jonasolsson@webrtc.org>
Reviewed-by: Karl Wiberg <kwiberg@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#24790}
2018-09-24 09:39:19 +00:00
..
analyzer.cc Make fewer copies when using StringBuilder. 2018-09-24 09:39:19 +00:00
analyzer.h Plot RTCP SR and RR contents in event_log_visualizer. 2018-07-24 12:34:41 +00:00
chart.proto Moving src/webrtc into src/. 2017-09-15 04:25:06 +00:00
main.cc Allow printing graphs as protobuf in event_log_visualizer. 2018-09-11 09:53:12 +00:00
OWNERS Moving src/webrtc into src/. 2017-09-15 04:25:06 +00:00
plot_base.cc Add support for visualizing event logs without normalizing time. 2018-05-25 08:07:14 +00:00
plot_base.h Reland "Create new API for RtcEventLogParser." 2018-04-27 14:46:51 +00:00
plot_protobuf.cc Allow printing graphs as protobuf in event_log_visualizer. 2018-09-11 09:53:12 +00:00
plot_protobuf.h Reland "Create new API for RtcEventLogParser." 2018-04-27 14:46:51 +00:00
plot_python.cc Add support for visualizing event logs without normalizing time. 2018-05-25 08:07:14 +00:00
plot_python.h Reland "Create new API for RtcEventLogParser." 2018-04-27 14:46:51 +00:00
triage_notifications.h Reland "Create new API for RtcEventLogParser." 2018-04-27 14:46:51 +00:00