summaryrefslogtreecommitdiff
path: root/perf
Commit message (Collapse)AuthorAgeFilesLines
* widget: Make dim color handling more xterm-likeEgmont Koblinger2014-08-252-0/+74
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=735245
* build: Do not hardcode /bin/bashEgmont Koblinger2014-03-182-2/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=726604
* perf: Add scripts to EXTRA_DISTEgmont Koblinger2014-03-171-1/+7
|
* emulation: Support 16 million colorsEgmont Koblinger2014-01-091-0/+71
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=704449
* Add git.mkBehdad Esfahbod2009-04-171-0/+2
|
* Require glib >= 2.18.0 as earlier glib versions had a totally bogusBehdad Esfahbod2008-11-291-3/+3
| | | | | | | | | | | | 2008-11-29 Behdad Esfahbod <behdad@gnome.org> * configure.in: Require glib >= 2.18.0 as earlier glib versions had a totally bogus g_unichar_iswide_cjk(). * perf/vim.sh: Don't use builting time command. svn path=/trunk/; revision=2224
* Wait for keypress when done, so one can do "vte -c ./vim.sh" and not loseBehdad Esfahbod2007-09-051-2/+6
| | | | | | | | | | | | | | | | | | | | 2007-09-05 Behdad Esfahbod <behdad@gnome.org> * perf/vim.sh: Wait for keypress when done, so one can do "vte -c ./vim.sh" and not lose the final numbers. * src/vtepango.c (_vte_pango_destroy), (_vte_pango_start), (_vte_pango_end), (_vte_pango_set_background_color), (_vte_pango_set_background_image), (_vte_pango_clear), (_vte_pango_set_text_font), (_vte_pango_get_using_fontconfig), (_vte_pango_draw_text), (_vte_pango_draw_has_char), (_vte_pango_draw_rectangle), (_vte_pango_fill_rectangle), (_vte_pango_set_scroll): General cleanup. Also implement _vte_pango_draw_has_char() using pango_layout_get_unknown_glyphs_count() when available. svn path=/trunk/; revision=1945
* Measure full screen scrolling performance.Chris Wilson2007-05-172-0/+28
| | | | | | | | | | | 2007-05-17 Chris Wilson <chris@chris-wilson.co.uk> * perf/scroll.vim: * perf/vim.sh: Measure full screen scrolling performance. svn path=/trunk/; revision=1891
* Trivial little script that counts to a large number.Chris Wilson2007-02-211-0/+10
| | | | svn path=/trunk/; revision=1712
* A simple script to dump a fixed amount of random data to the terminal.Chris Wilson2007-02-191-0/+3
| | | | | | | | | | | 2007-02-19 Chris Wilson <chris@chris-wilson.co.uk> * perf/random.sh: A simple script to dump a fixed amount of random data to the terminal. svn path=/trunk/; revision=1703
* Simple to script to scroll UTF-8 text.Chris Wilson2007-02-051-0/+11
| | | | svn path=/trunk/; revision=1630
* Extract the bits the test needs out of debian.vim.Chris Wilson2007-02-011-1/+10
| | | | | | | | | | 2007-02-01 Chris Wilson <chris@chris-wilson.co.uk> * perf/scroll.vim: Extract the bits the test needs out of debian.vim. svn path=/trunk/; revision=1603
* Rudimentary vim scrolling benchmark.Chris Wilson2007-01-314-0/+254
2007-01-31 Chris Wilson <chris@chris-wilson.co.uk> Rudimentary vim scrolling benchmark. * perf/Makefile.am: * perf/UTF-8-demo.txt: * perf/scroll.vim: * perf/vim.sh: svn path=/trunk/; revision=1587