05-15-2019, 04:28 AM
memory of current tab process
Macro Macro366
sum of memory of main window and all tab processes
Macro Macro366
Macro Macro366
int w=win("- Internet Explorer" "IEFrame")
int c=child("" "Internet Explorer_Server" w)
int pid; GetWindowThreadProcessId(c &pid)
out GetProcessMemoryUsage(pid)/1024.0
sum of memory of main window and all tab processes
Macro Macro366