summaryrefslogtreecommitdiffstats
path: root/test/benchmark.c
Commit message (Collapse)AuthorAgeFilesLines
* Initial plugin managerMatthias Vogelgesang2012-09-191-13/+22
|
* Fix operation on GLib 2.24Matthias Vogelgesang2012-08-071-2/+1
|
* Check GLib version for GDateTime and GTimeZoneMatthias Vogelgesang2012-08-071-3/+8
| | | | | ISS' Jenkins build server has GLib 2.24 which does not have these time related functions.
* Calculate timeout only when recording startsMatthias Vogelgesang2012-08-071-1/+1
| | | | | Reading register values is not really fast, so we keep the last exposure time when starting the acquisition.
* Benchmark: add asynchronous testMatthias Vogelgesang2012-08-071-37/+96
|
* Benchmark: Implement message loggingMatthias Vogelgesang2012-08-071-7/+53
| | | | | Because the UFO camera sometimes errors when grabbing frames, we redirect error messages to the log file error.log.
* Update benchmark toolMatthias Vogelgesang2012-08-071-61/+110
| | | | | | The tool measures the bandwidth performance of a supplied camera. It outputs the results in standard space separated format that can be read with Numpy's loadtxt function.
* Typedef typesMatthias Vogelgesang2012-02-031-3/+3
|
* Put libuca under LGPLMatthias Vogelgesang2012-01-311-1/+19
|
* Users don't need uca-cam.h and uca-grabber.h anymore.Matthias Vogelgesang2011-04-271-2/+1
|
* Make uca_camera really private and thus breaks APIMatthias Vogelgesang2011-04-261-10/+10
|
* Add basic (not working) benchmarkMatthias Vogelgesang2011-03-221-0/+84