File: benchmark-1.0.0

package info (click to toggle)
audacity 2.4.2~dfsg0-5
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 174,812 kB
  • sloc: ansic: 399,725; cpp: 292,221; python: 53,279; sh: 28,982; lisp: 8,078; makefile: 4,045; xml: 2,235; perl: 2,110; java: 1,551; asm: 545; pascal: 395; cs: 122; sed: 42; awk: 35
file content (35 lines) | stat: -rw-r--r-- 1,484 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
Benchmarking libsndfile-1.0.0
-----------------------------
Each test takes a little over 5 seconds.

    Raw write PCM_16  :   31084269 samples per sec
    Raw read  PCM_16  :   63597065 samples per sec

Native endian I/O :
    Write short   to  PCM_16 :  83.19% of raw write
    Read  short  from PCM_16 :  82.93% of raw read
    Write int     to  PCM_24 :  31.12% of raw write
    Read  int    from PCM_24 :  37.90% of raw read
    Write float   to  PCM_16 :  37.00% of raw write
    Read  float  from PCM_16 :  45.53% of raw read
    Write float   to  PCM_24 :  29.08% of raw write
    Read  float  from PCM_24 :  28.48% of raw read
    Write float   to  PCM_32 :  22.08% of raw write
    Read  float  from PCM_32 :  31.21% of raw read
    Write float   to  FLOAT  :  28.70% of raw write
    Read  float  from FLOAT  :  56.32% of raw read

Endian swapped I/O :
    Write short   to  PCM_16 :  22.08% of raw write
    Read  short  from PCM_16 :  23.20% of raw read
    Write int     to  PCM_24 :  30.96% of raw write
    Read  int    from PCM_24 :  37.76% of raw read
    Write float   to  PCM_16 :  35.82% of raw write
    Read  float  from PCM_16 :  22.61% of raw read
    Write float   to  PCM_24 :  27.70% of raw write
    Read  float  from PCM_24 :  28.37% of raw read
    Write float   to  PCM_32 :  20.77% of raw write
    Read  float  from PCM_32 :  23.46% of raw read
    Write float   to  FLOAT  :  15.03% of raw write
    Read  float  from FLOAT  :  15.43% of raw read