~ubuntu-branches/ubuntu/trusty/psychtoolbox-3/trusty-proposed

« back to all changes in this revision

Viewing changes to Psychtoolbox/PsychPriority/Contents.m

  • Committer: Package Import Robot
  • Author(s): Yaroslav Halchenko
  • Date: 2013-11-19 23:34:50 UTC
  • mfrom: (3.1.4 experimental)
  • Revision ID: package-import@ubuntu.com-20131119233450-f7nf92vb8qavjmk8
Tags: 3.0.11.20131017.dfsg1-3
Upload to unsable since fresh glew has arrived to sid!

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
%
3
3
% help Psychtoolbox     % For an overview, triple-click me & hit enter.
4
4
%
5
 
% * New functions for OS X
6
 
%  
 
5
%
7
6
% GetProcessDescriptorFromCommandName      * Find info on a particular process.
8
7
% GetProcessList                           * Return a struct array of process info.
9
8
% GetRawProcessList                        * Return the process list as a string.
10
 
% IsUpdateRunning                          * Return true if update is running.
11
 
% KillUpdateProcess                        * Kills the OS X update process.
12
9
% MachGetPriorityFlavor                    * priority flavor of main MATLAB thread.
13
10
% MachGetPriorityMex                       * struct holding priority setting.
14
11
% MachSetPriorityMex                       * Sets priority of main MATLAB thread.
15
12
% MachSetStandardPriority                  * Restores priority level 0.
16
13
% MachSetTimeConstraintPriority            * Eleveate to real-time priority.
17
 
% MaxPriority                              - The maximum priority compatible with a list of functions. 
18
 
% Priority                                 - Suppress interruptions for accurate timing.      
19
 
% Rush                                     - Suppress interruptions for accurate timing. 
20
 
% StartUpdateProcess                       * Restart the update process after kill.
21
 
 
 
14
% MaxPriority                              - The maximum priority compatible with a list of functions.
 
15
% Priority                                 - Suppress interruptions for accurate timing.
 
16
% Rush                                     - Suppress interruptions for accurate timing.