History log of /system/netd/tests/benchmarks/connect_benchmark.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
03d6f38a0cb947f1576df3a73338852de00ea6cd 21-Jun-2017 Chih-hung Hsieh <chh@google.com> Revert "Work around new clang compiler warning."

external/google-benchmark was upgraded and this workaround is not needed any more.
This reverts commit e6a5b02f30239ab8568a15017f5bec8d896d0b5d.

Bug: 38322617
Change-Id: Id8874487f0907aa5828097a458398d4863222dbc
/system/netd/tests/benchmarks/connect_benchmark.cpp
e6a5b02f30239ab8568a15017f5bec8d896d0b5d 02-Jun-2017 Yi Kong <yikong@google.com> Work around new clang compiler warning.

Bug: 38322617
Test: build with WITH_TIDY=1
Change-Id: I71c63571e42a68f1d70ee97cbf5cb8468cba1bf0
/system/netd/tests/benchmarks/connect_benchmark.cpp
c106cfd765ef51735439b88a906193a596b707dd 20-Jan-2017 Treehugger Robot <treehugger-gerrit@google.com> Merge "[benchmarks] add README.md, comments"
711237cfb696a1a2fd91c34f0bd01711e08cd70f 07-Nov-2016 Robin Lee <rgl@google.com> [benchmarks] add README.md, comments

Test: this is just a comment on a test
Bug: 29748723
Change-Id: I251f527e7a7d0e92fe992d6680b6b4f2639b8809
/system/netd/tests/benchmarks/connect_benchmark.cpp
e65244b5a149fc8be8063ee0872f31b829bfa020 01-Dec-2016 Robin Lee <rgl@google.com> Remove "if (auto ret = " treated as unused by some compilers

It's not good form to have a variable that's created and used only once
in the same line anyway, so the compilers that flag it are probably in
the right.

Test: netd_benchmark
Bug: 29748723
Change-Id: Idfa51a8ffb11b70f18a3c4afafc59f1910f48a83
/system/netd/tests/benchmarks/connect_benchmark.cpp
7d374533e2daadee5d7f01dd9aa3c98e42759d50 06-Oct-2016 Michal Karpinski <mkarpinski@google.com> Add connect event reporting

Adds reporting of connect events including netId, destination IP address,
destination port, uid and connect latency.

Also enables the relevant tests in the connect_benchmark.

Currently ignores the new data it receives, further work will be
done in the subsequent CLs.

Test: for now just the benchmarking, in the future CTS

Bug: 29748723

(cherry picked from commit 4b9b78aa02336de9291e5085401cef44c03c3bba)

Change-Id: If8e5ddcd2d29271e2f63a3338a3daf83e7afccdc
/system/netd/tests/benchmarks/connect_benchmark.cpp
d46aa71fdad655f9dc2e33e0fbb96a776a55d095 13-Oct-2016 Michal Karpinski <mkarpinski@google.com> Fixing the netd benchmark

Bug: 29748723

(cherry picked from commit fe7f72b4709c2b735287d817b6f1277e2f40b11c)

Change-Id: Ic586c18f0a13cc2dbeb93193a4c4e374ed9a08cc
/system/netd/tests/benchmarks/connect_benchmark.cpp
2cf561722c2661cc0d4db502a44a3021609f307e 13-Sep-2016 Robin Lee <rgl@google.com> Benchmarks for network metrics reporting

Bug: 29748723
Test: this is an APCT test.

(cherry picked from commit 484dac1d071c7476895c4a3184e8dbdd7b63e524)

Change-Id: I482a7d5c15210906069e0fe7ef55ab3f21bfc127
/system/netd/tests/benchmarks/connect_benchmark.cpp