aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/examples/benchmark.cc
Commit message (Expand)AuthorAge
* Switch to C++ versions of standard C headersGravatar Alex Chernyakhovsky2023-07-30
* Remove using-declarations for std:: typesGravatar Alex Chernyakhovsky2023-07-30
* Switch to fully-qualified #includeGravatar Alex Chernyakhovsky2023-07-30
* Resolve Coverity issuesGravatar John Hood2015-06-10
* benchmark: Swap misleading width and height variablesGravatar Anders Kaseorg2015-06-06
* Add command line parameters for benchmark.Gravatar John Hood2015-06-05
* Add OpenSSL licensing exceptionGravatar Keith Winstein2012-07-20
* Remove unused sigfd and skalibsGravatar Keegan McAllister2012-05-16
* Use Select signal handling in examplesGravatar Keegan McAllister2012-05-16
* Use Select in examplesGravatar Keegan McAllister2012-05-16
* Define PROG, for newer versions of skalibsGravatar Keegan McAllister2012-05-05
* Change some asserts flagging runtime errors to fatal_asserts (Anders Kaseorg)Gravatar Keith Winstein2012-04-16
* Convey locale-related environment variables as backup, and nicer error.Gravatar Keith Winstein2012-04-14
* Linux: Use our own signalfd wrapper, rather than libstddjbGravatar Keegan McAllister2012-04-13
* Fix poll.h locationGravatar Quentin Smith2012-03-28
* Move some locale handling into one placeGravatar Keegan McAllister2012-03-26
* Restore benchmark iterations to 100000Gravatar Keith Winstein2012-03-14
* Eliminate one terminal copy per frame (20% speedup on benchmark)Gravatar Keith Winstein2012-03-14
* Modify benchmark to avoid excessive repeated linesGravatar Keith Winstein2012-03-14
* Optimize out use of sgr() by storing rendition instead (11% speedup)Gravatar Keith Winstein2012-03-14
* Add benchmark example (stress test for prediction overlay)Gravatar Keith Winstein2012-03-13