Overview """""""" This program is a counter aimed for the analysis of bimanual user interaction. This program reads a log file generated during user experiments, where some user actions are recorded. While reading the log file, this program calculates numerous time measures for two parallel actions executed by users when performing exercices and outputs results in CSV format. Written in C under GNU/Linux (2.6.9) and compiled with gcc (3.4.2). Installation """""""""""" gcc -Wall distribution.c -o distribution License """"""" Copyright (c) 2006-2008 Guillaume RIVIERE MeasureBiM is distributed under GPL v3 license. Home """" http://www.labri.fr/perso/riviere/pub/measurebim/