JavaScript Restrictor
Browser extension that improves privacy and security
Loading...
Searching...
No Matches
avfarbling.js File Reference

This file contains performance test page for Canvas and Audio wrappers. More...

Functions

function rngArray (length)
 
function resizeCanvas (canvas, width, height)
 
function audioBenchmark ()
 
function testA (i)
 
function testA2 (i)
 
function benchmark (canvasId)
 
function test (i, context, canvas)
 
function benchmark3d (canvasId)
 
function test3d (i, gl, canvas, ctx)
 
function processResults ()
 

Variables

var results = []
 
var result = []
 
var t
 
var data
 
var runs = 10
 
var context
 
var analyser
 

Detailed Description

This file contains performance test page for Canvas and Audio wrappers.

Author
Copyright (C) 2023 Libor Polcak
Copyright (C) 2023 Martin Zmitko
License:
SPDX-License-Identifier: GPL-3.0-or-later

Function Documentation

◆ audioBenchmark()

function audioBenchmark ( )
Here is the call graph for this function:

◆ benchmark()

function benchmark (   canvasId)
Here is the call graph for this function:

◆ benchmark3d()

function benchmark3d (   canvasId)
Here is the call graph for this function:

◆ processResults()

function processResults ( )
Here is the caller graph for this function:

◆ resizeCanvas()

function resizeCanvas (   canvas,
  width,
  height 
)
Here is the caller graph for this function:

◆ rngArray()

function rngArray (   length)

◆ test()

function test (   i,
  context,
  canvas 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ test3d()

function test3d (   i,
  gl,
  canvas,
  ctx 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ testA()

function testA (   i)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ testA2()

function testA2 (   i)
Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ analyser

var analyser

◆ context

var context

◆ data

var data

◆ result

var result = []

◆ results

var results = []

◆ runs

var runs = 10

◆ t

var t