OSDN Git Service

Split memmove benchmark into separate overlapping (src before dst and dst before...
authorAnders Lewis <agloo@google.com>
Wed, 7 Jun 2017 20:00:38 +0000 (13:00 -0700)
committerAnders Lewis <agloo@google.com>
Fri, 9 Jun 2017 20:30:34 +0000 (13:30 -0700)
commit271be9bb7df6f3910a929ef7bff55fbd9bc2dee6
treecbada1d44532b8e463156c9d086733c37ebabf3f
parent5c76fec2821c9a5228e681ef37525f9b30fa5805
Split memmove benchmark into separate overlapping (src before dst and dst before src) and non-overlapping tests.

Test: Ran benchmarks and verified that runtimes were sensible.
Change-Id: Ia7fbc5596dfdc162fff2364f4ef6dafe5549b907
benchmarks/string_benchmark.cpp