History log of /frameworks/minikin/tests/perftests/FontCollection.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
80a9239d6943878f28a898537e060f821b9aa603 16-Mar-2017 Seigo Nonaka <nona@google.com> Introduce FontCollection construct perf test

Test: ran minikin_perftest
Bug: 36232655
Change-Id: Ic4d88663d522be17540e2ac17c9b7ae64210275f
/frameworks/minikin/tests/perftests/FontCollection.cpp
fd4124c53399581dd94eac5a9749bc07b474a294 14-Mar-2017 Seigo Nonaka <nona@google.com> Revert "Use std::mutex instead of android::Mutex"

This reverts commit 62ad565335d4774bc5b31ced462e92566b48d197.

Bug: 36208043
Test: N/A

Change-Id: I165ab7a0718ea50a8034adb6277809e271fd762c
/frameworks/minikin/tests/perftests/FontCollection.cpp
62ad565335d4774bc5b31ced462e92566b48d197 21-Feb-2017 Seigo Nonaka <nona@google.com> Use std::mutex instead of android::Mutex

This CL includes:
- Stop using utils/Mutex and use std::mutex instead.
- Stop using utils/Singleton.

Test: minikin_tests passed
Change-Id: Ib3f75b83397a546472bb5f91e066e44506e78263
/frameworks/minikin/tests/perftests/FontCollection.cpp
dfbc6e374259f9d81940b5195ac013b02429af27 10-Feb-2017 Seigo Nonaka <nona@google.com> Remove MinikinRefCounted and use shared_ptr instead

Let's use shared_ptr since manual ref counting can be a bug-prone and
using the global mutex inside destructor is not useful for some time.

To remove raw pointer manipulation, needed to change Layout
constructors. Layout is no longer copyable and need to pass
FontCollection to constructor.

Bug: 28119474
Test: minikin_tests passed
Test: hwui_unit_tests passed
Test: No performance regression in minikin_perftest.
Change-Id: I8824593206ecba74cbc9731e298f045e1ae442a3
/frameworks/minikin/tests/perftests/FontCollection.cpp
815bc4a8fed3670682f4af3bff7df7b582bb2f4b 14-Nov-2016 Martijn Coenen <maco@google.com> Fix calls to deprecated range_x.

Test: fixes master build.
Change-Id: I8b2822d310c0cf423b15834e6d6ae3a9ea64233b
/frameworks/minikin/tests/perftests/FontCollection.cpp
5e6bc85d69a97d8db6c068e56614aaac02da347a 16-Jun-2016 Seigo Nonaka <nona@google.com> Introduce FontCollection perftest

This CL introduces performance tests for FontCollection.

To support TTC file in /system/fonts, this CL also extends FontTestUtils

Bug:29142734
Change-Id: I9d8ad24ca55f61031b85623ab7c26234239e4f41
/frameworks/minikin/tests/perftests/FontCollection.cpp