Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
LV2BENCH(1)		     General Commands Manual		     LV2BENCH(1)

NAME
     lv2bench -- benchmark installed and supported LV2 plugins

SYNOPSIS
     lv2bench [-hV] [-b block_size] [-n frames] [-s buffers] [--help]
	      [--version]

DESCRIPTION
     lv2bench runs a simple benchmark of installed LV2 plugins.  The results are
     written to stdout as a simple tab-delimited table.

     The options are as follows:

     -V, --version
	  Print version information and exit.

     -b, --block frames
	  Block length to run, in audio frames.

     -h, --help
	  Print usage information and exit.

     -n, --length frames
	  Total  number  of  frames  to  process, excluding any pre-roll buffers
	  given by -s.

     -s, --skip buffers
	  Skip a number of buffers before recording timings.

EXIT STATUS
     lv2bench exits with a status of 0, or non-zero if an error occurred.

SEE ALSO
     lv2apply(1)
     lv2info(1)
     lv2ls(1)

AUTHORS
     lv2bench is a part of lilv, by David Robillard <d@drobilla.net>.

FreeBSD ports 15.quarterly	January 20, 2025		     LV2BENCH(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=lv2bench&sektion=1&manpath=FreeBSD+Ports+15.1.quarterly>

home | help