summaryrefslogtreecommitdiff
path: root/mmap-perf
AgeCommit message (Collapse)Author
2018-05-09Convert more of system/extras to SoongDan Willemsen
See build/soong/README.md for more information. Some modules are no longer installed by default on eng/debug builds, but I didn't see any automatic references to them. If they're commonly used by users, they can be added into build/make with PRODUCT_PACKAGES_ENG / PRODUCT_PACKAGES_DEBUG. Otherwise everyone's compiles get a little smaller. Some modules also moved from /system/xbin to /system/bin, as we've deprecated xbin. I checked codesearch for references to the full paths and couldn't find any. Test: cd system/extras; mma Test: for the modules changing locations, check cs/ for references Change-Id: I4ffd99d3dcf50e4d5cb2197824abc11973214133
2017-12-13BENCHMARK_MAIN now needs a trailing semicolon.Elliott Hughes
Bug: N/A Test: ran tests Change-Id: Ie28a286fad41b75d090ed8edf95c60daf9e9aee7
2017-07-25Remove LOCAL_CLANG and clang: trueLennart Wieboldt
clang is the default compiler since Android nougat Test: mma & verified it´s still build with clang Change-Id: Ie41a98a7d72940e8169996a7081ccec9b94aa61c Signed-off-by: Lennart Wieboldt <lennart.1997@gmx.de>
2017-07-21Track google-benchmark API change.Elliott Hughes
Bug: N/A Test: builds Change-Id: I55e43db662c834da52dbc8de522ee6ccbd3f8b5e
2017-03-29Add test config to mmapPerfDan Shi
Design doc: Generalized Suites & the Unification of APCT & CTS Workflows Design/Roadmap https://docs.google.com/document/d/1eabK3srlBLouMiBMrNP3xJPiRRdcoCquNxC8gBWPvx8/edit#heading=h.78vup5eivwzo Details about test configs changes are tracked in doc https://docs.google.com/document/d/1EWUjJ7fjy8ge_Nk0YQbFdRp8DSHo3z6GU0R8jLgrAcw/edit# Bug: 35882476 Test: local test Change-Id: Ie318c3abd3eb7ee5ad153774dce39f6fad552289
2016-10-08Rely on the platform -std default.Elliott Hughes
Bug: http://b/32019064 Test: builds Change-Id: I301b223df84ffdea7c93b5c735c859abcc5bb220
2016-05-06Merge "Fix google-explicit-constructor warnings." am: ea7e4f7cbcChih-hung Hsieh
am: c3aa198a1d * commit 'c3aa198a1d972780cfa719099d08edfabb57aacf': Fix google-explicit-constructor warnings. Change-Id: I57c7856998a157bef4b2da37418618a00757c590
2016-05-06Fix google-explicit-constructor warnings.Chih-Hung Hsieh
Bug: 28341362 Change-Id: I420d23cc1f7ed44e1d9a215ee6815afab365046e
2016-04-06Use default path for mmapPerf binariesJulien Desprez
Change-Id: Ic6994988152942e162e0b977afe48144b4d8bb32
2016-04-05Convert mmapPerf to google-benchmarkJulien Desprez
Bug: 24272167 Change-Id: I831c9d26495e77e041a9461ddbafc70d7d11f9b7
2015-12-14Binary setup for mmapPerfGopinath
Output mmapPerf to local/tmp Output both 32bit and 64 bit binaries. Change-Id: I30dccf5aa505194276c3369c3dfe8974e1d34c34
2015-12-10Changes to support automated test frameworkTodd Kjos
- output conforms to frameworks expected format - take an argument to specify file size - allow 32-bit builds BUG: 26094894 Change-Id: I63b170693cf60c018341e67ce30fd3795689728b
2015-10-02Add NOTICE filesSami Tolvanen
Bug: 24571219 Change-Id: Ib7a4374974c2d0d9225caa1e43d0b78251a36bd2
2015-09-18Build Breakage in branch: git_master @ 2265859Mark Salyzyn
Split mmap-perf into a 32 and 64-bit version. Change-Id: I8630d8b62f163990d0f14f3ca48bf9b72df87d45
2015-09-18Yet another disk performance benchmark.Riley Andrews
This does memory mapped i/o on huge files, and thus requires a 64 bit device. Change-Id: Id91dd59b8c32751b6cb14f166affbd57912f8d28