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