Home

News

International

Screen Shots

Documentation

Download

Build

License

Credits

Contact

SourceForge Project

Tintware Documentation : Tint Programming Language : Tint Reference : Ports and Processes : Process Ports : process.user-time

Syntax

#(%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