Tintware Documentation : Tint Programming Language : Tint Reference : Ports and Processes : Process Ports : process.user-timeSyntax#(%process.user-time) %process specifies the name of a process port. The amount of user time used by the process will be returned in milliseconds. Example#(tint.execute,tgrep,Tint,c:\) port-3 #(port-3.user-time) 20 |