summaryrefslogtreecommitdiff
path: root/bin/tools/benchmark.c
AgeCommit message (Collapse)Author
2016-05-04benchmark: fix unref if camera was not instantiatedMatthias Vogelgesang
2016-04-01cli: pass -p/--property assignment to constructorMatthias Vogelgesang
2016-04-01Fix reference to wrong function nameMatthias Vogelgesang
2016-03-15ADD: Camera Readout mode for benchmark toolSai Sasidhar Maddali
MIN: Moved start and stop timers to individual functions so they can be used when appropriately needed MIN: Updated exported symbol name in uca plugin - file
2015-10-21Use prop parsing in grab and benchmarkMatthias Vogelgesang
2015-10-20Improve benchmark outputMatthias Vogelgesang
2015-10-02benchmark: count the number of dropped framesMatthias Vogelgesang
2015-04-24Fix async benchmarksMatthias Vogelgesang
2015-04-23Call async where async is expectedMatthias Vogelgesang
2015-04-22Explicitly disable async modeMatthias Vogelgesang
2015-04-22Benchmark more mode combinationsMatthias Vogelgesang
2014-12-01Make benchmark output parse friendlyMatthias Vogelgesang
2014-12-01benchmark: print message if camera not foundMatthias Vogelgesang
2014-07-30Avoid annoying g_type_init deprecation warningsMatthias Vogelgesang
2013-04-18Build list of cameras only in one placeMatthias Vogelgesang
2013-04-18Add -n and -r options to uca-benchmarkMatthias Vogelgesang
The flags specify the number of frames per run (default: 100) and the number of runs (default: 3).
2013-04-11Move binaries to bin and make ring buffer a libMatthias Vogelgesang