| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
I test loading some html into a qtextdocument and doing of shaping on an
unformatted text of different scripts and bidiness.
|
|
|
|
|
|
| |
Move benchmarks into tests/benchmarks directory.
Reviewed-by: Thiago
|
|\
| |
| |
| |
| | |
Conflicts:
tests/benchmarks/benchmarks.pro
|
| |
| |
| |
| | |
Reviewed-by: Peter Hartmann
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
QThreadStorageData::get might be accessed very often. QMap lookup
has proven to be too slow.
We can expect about 20 instances of QThreadStorage in a typical
applications (tested with some KDE applications)
So a QVector is more suited
Note: we now re-use the ids. Which means that if the QThreadStorage
is destroyed before the QThread, and another one is created,
we might get crashes (instead of a warning printed to the console)
Reviewed-by: brad
|
| |
| |
| |
| |
| |
| | |
This does not add the benchmark that runs too slowly.
Reviewed-by: jasplin
|
| |
| |
| |
| |
| |
| | |
Right now only a benchmark for the canonicalized path.
Reviewed-by: TrustMe
|
|\ \
| |/
| |
| |
| |
| |
| | |
Conflicts:
src/gui/widgets/qmenu_mac.mm
tests/benchmarks/benchmarks.pro
tests/benchmarks/qnetworkreply/tst_qnetworkreply.cpp
|
| |
| |
| |
| | |
Reviewed-by: TrustMe
|
| |
|
|
|
|
| |
Reviewed-by: Leo
|
|
|
|
| |
Reviewed-by: Thiago
|
| |
|
| |
|
|
|