---- datatemplateentry project ---- template : projects:display_template title : Latency Measurement participants_ : [[people:raphael_wimmer|Raphael Wimmer]], [[people:florian_bockes|Florian Bockes]], [[people:andreas_schmid|Andreas Schmid]], [[people:vitus_maierhoefer|Vitus Maierhöfer]] keywords_ : latency, prototype, USB, mouse, keyboard, joystick, gamepad, input device, input, output, display status_ : ongoing start : 2017 end : featured : yes photo_img : projects:lagbox_glamor_website.jpg shortdescription : Measuring and understanding latency of computer systems abstract : We measure and model the latency of different components in computer systems and its effect on user performance. Our research strengthens theoretical foundations and gives practical guidance for researchers, developers, and users. ---- ## Introduction Processing time is an inherent property of all computer systems. In human-computer interaction, this leads to latency between user input and system response. As there is no latency in the physical world, physical-digital applications should be designed with the goal of minimizing latency. In order to minimize the latency of a system, measuring it is a necessary first step to find bottlenecks within the processing pipeline. The end-to-end latency between user input and system response comprises several partial latencies, for example the latencies of input and output devices, as well as processing times of the operating system and user space applications. As those partial latencies interfere with each other due to polling, scheduling, and other delays, we regard it as necessary to measure all of those partial latencies individually. To this end, we developed different methods for measuring such partial latencies. If possible, we use cheap and off-the-shelf components for our measuring devices and release all source code and circuit diagrams to the public. This way, our measuring devices can be replicated by others to validate our results and measure the latencies of device we don't have access to. ## News ---- datatemplatelist ---- template: news:list_template cols : %title%, date, description sort : ^date filter : tags ~~ latency ---- ## Latency Research in the PDA group This page serves as an overview of our research on latency. More detailed information on individual projects can be found on the corresponding project pages. ### Project Goals - Get a better understanding of latency and latency jitter - Develop tools for exactly measuring the latency of input devices, displays and software - Provide users with advice on which hardware to choose ### Projects and Current Status (2021-10-10) * Method for measuring [[:projects:input-device-latency|Input Device Latency]] (finished) * [[:projects:end-to-end-latency|Yet Another Latency Measuring Device]]: a simple method for measuring end-to-end latency (finished) * [[:projects:display_latency|DIY Approach to Measuring Display Reaction Time]] (finished) * Effect of Latency on User Performance (work in progress) * Measuring and comparing the latency of different graphics frameworks and rendering engines (work in progress) ### Upcoming and Future work: - conducting a small study on the effects of input latency on performance in a simple game (first study conducted, second study needs to be prepared) - test more, current, devices (when time permits) - measure the latency of audio devices (audio interfaces, speakers/headphones) ## Publications ---- datatemplatelist ---- template: publications:list_template cols : %title%, authors_, date, short-description, abstract, pdf_url, bibtex_url, video_url, photo, published-in sort : date filter : %pageid%~publications:* and : project=latency ---- ## Press Coverage * **PC Games Hardware**, Andreas Link (10.05.2019, German): [Wissenschaftliche Studie: Wie schnell sind Mäuse, Tastaturen und Gamepads wirklich?](http://www.pcgameshardware.de/Eingabegeraet-Hardware-154122/News/Studie-Wie-schnell-sind-Maeuse-Tastaturen-und-Gamepads-wirklich-1281669/) ## Further Resources * [Documents tagged "Latency" in our Zotero library](https://www.zotero.org/groups/1491718/physical-digital_affordances/items/collectionKey/IZ8BI479) * [LagBox on GitHub](https://github.com/PDA-UR/LagBox) * [Data of our measurements on GitHub](https://github.com/PDA-UR/latency_measurements) * [CHI 2018 Poster](https://hci.ur.de/_media/projects/latency/lagbox_poster_small.png) ## All Related Posts ---- datatemplatelist ---- template: news:list_template cols : %title%, date, description sort : ^date filter : tags ~~ latency, Latency ----