StandaloneTimingTest - aleslab/Psychtoolbox-3-aleslab-fork GitHub Wiki

StandaloneTimingTest(use_sigsetjmp, savemask)

run a timing loop in a separate process, indepenent of MATLAB. plot the results.

use_sigsetmask specifies whether the StandaloneTimingTest program will
call sigsetjmp() within the timing loop. If sigsetmask is set, then
StandaloneTimingTest passes savemask to sigsetjmp in the second argument.

comparing results of StandaloneTimingTest with and without
sigsetjmp shows that calling sigsetjmp with the savemask
argument set causes OS X to suspend execution of the StandaloneTimingTest
application for up to 13 ms.

SEE ALSO: StandaloneTimingTest.c

Path   Retrieve current version from GitHub | View changelog
Psychtoolbox/PsychTests/StandaloneTimingTest.m
⚠️ **GitHub.com Fallback** ⚠️