Monitor/Track Memory Consumption

Ask general questions here.
Hondo
Posts: 47
Joined: Thu Nov 03, 2016 12:03 am

Monitor/Track Memory Consumption

Post by Hondo » Mon Nov 14, 2016 8:05 pm

Searched a bunch..RTFM'd some..didn't find anything.
Apologies in adv...can't imagine this hasn't been covered already.

Desktop WPF app.
I know there's Perfmon.

Does Ranorex have the ability to track system resources (memory/CPU/etc.) over time and gen a nice report?

Thanks.

krstcs
Posts: 2683
Joined: Tue Feb 07, 2012 4:14 pm
Location: Austin, Texas, USA

Re: Monitor/Track Memory Consumption

Post by krstcs » Mon Nov 14, 2016 9:00 pm

Not out-of-the-box. It it built on .NET though, so anything you can do in .NET (like track system performance over time) can be done. However, you would have to do it yourself through code.
Shortcuts usually aren't...

Hondo
Posts: 47
Joined: Thu Nov 03, 2016 12:03 am

Re: Monitor/Track Memory Consumption

Post by Hondo » Mon Nov 14, 2016 9:37 pm

K', thanks!