Sample Script: TLuaWinperf--Prints the number of private bytes the notepad.exe application have allocated Perf = TLuaWinperf() if Perf:Query("Process","Private Bytes","notepad") then Value = Perf:GetResult(); print(Value); else print(Perf:GetErrorDescription()) end | |||
Topic 9737: Send Feedback. Download a PDF of this online book from the first topic in the table of contents. Print this topic. |