summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/dsp_load_calculator.h
AgeCommit message (Expand)Author
2020-03-30Add API to reset DSP load stateRobin Gareus
2019-10-02Prefer portable (MSVC?) getenv (amend 5ea54be)Robin Gareus
2019-10-02Allow ARDOUR_AVG_DSP_LOAD for non-debug buildsRobin Gareus
2019-08-03Update libardour GPL boilerplate and (C) from git logRobin Gareus
2019-07-26Prefix all env variable with "ARDOUR_"Robin Gareus
2019-02-14Optimize DSP-load calculation, pre-calculate fall-off onceRobin Gareus
2017-08-04Graph profiling: allow to override max DSP thread count & calc avg.Robin Gareus
2015-10-03DSP load fall-off from 100%.Robin Gareus
2015-10-03fix float calc:Robin Gareus
2015-10-02fix unbound DSP calc.Robin Gareus
2015-09-16fix DSP load bounds 0..1 and add unbound APIRobin Gareus
2015-09-16Add DSPLoadCalculator::set_max_time() to set max time based on samplerate and...Tim Mayberry
2015-09-16Move implementation for DSPLoadCalculator back into headerTim Mayberry
2015-09-16Use same algorithm as CA and ALSA backends in DSPLoadCalculationTim Mayberry
2015-09-16Add check for invalid timer values from the DummyBackendTim Mayberry
2015-09-16Change types in DSPLoadCalculator to signed integer after change in utils::ge...Tim Mayberry
2015-09-13Fix typo in DSPLoadCalculator causing assertions on Windows debug buildsTim Mayberry
2015-09-10Make sure that the DSPLoadCalculator class is exportableJohn Emmas
2015-09-10Add DSPLoadCalculator class to libardourTim Mayberry