aboutsummaryrefslogtreecommitdiffstats
path: root/tests/encperf.cxx
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'connparams' of https://github.com/CendioOssman/tigervncPierre Ossman2018-12-101-8/+6
|\
| * Let CMsgHandler::serverInit() handle initial set upPierre Ossman2018-11-011-4/+2
| * Rename ConnParams to ClientParamsPierre Ossman2018-11-011-2/+2
| * Split out ServerParams from ConnParamsPierre Ossman2018-11-011-2/+2
| * Encapsulate screen layout storage in ConnParamsPierre Ossman2018-11-011-1/+1
* | Remove variable length arraysPierre Ossman2018-11-071-2/+3
|/
* Catch exceptions by referencePierre Ossman2018-05-291-3/+3
* Change cursor API to use RGBA dataPierre Ossman2017-02-221-2/+2
* Estimate CPU core usage in performance testsPierre Ossman2015-11-271-25/+82
* Let CConnection intercept more callbacksPierre Ossman2015-11-271-0/+4
* Delegate decoder object management to a separate classPierre Ossman2015-11-271-33/+11
* Remove parameter "hasBeenSet" logicPierre Ossman2015-04-271-2/+2
* Windows doesn't have %lldPierre Ossman2015-03-031-0/+5
* overrun() needs to return the available spacePierre Ossman2015-03-031-0/+3
* Move things around slightly so the compiler can track ccPierre Ossman2015-03-031-0/+5
* encperf, decperf: catch fopen() errorsDRC2015-02-261-2/+2
* encperf: Optionally disable pixel translationDRC2015-02-251-2/+6
* encperf: change % to %% in printf formatDRC2015-02-251-1/+1
* encperf: add compression level to encoding listDRC2015-02-251-1/+2
* encperf: allow # of iterations to be specifiedDRC2015-02-251-6/+6
* encperf: report encoded & raw-equivalent bytesDRC2015-02-251-13/+24
* encperf: Code formatting tweaksDRC2015-02-251-18/+18
* Add test to measure high level encoding performancePierre Ossman2015-02-131-0/+439