PerformanceTesting¶
Under Construction
This documentation is auto-generated, and is a work in progress. Please see the source code at https://github.com/phetsims/alpenglow/blob/main/js/webgpu/PerformanceTesting.ts for the most up-to-date information.
Overview¶
For testing overlapping (parallel) execution of shader stages that don't write to the same memory.
@author Jonathan Olson <jonathan.olson@colorado.edu>
Class PerformanceTesting¶
Static Methods¶
loopRadixSortTest( combineStrategy : boolean, separateComputePasses : boolean ) : Promise<void>¶
Source Code¶
See the source for PerformanceTesting.ts in the alpenglow repository.