Get info from profiler? (DEF-1900)

Is it possible to get the individual information exposed when the profiler is toggled on?

With individual what? :slight_smile:

What I mean is if there is a way to get the individual values for other uses? Like profile.render.ms and so on.

I’ve added a ticket for this: DEF-1900

1 Like

If you really want the information, I guess you can do a http_request to localhost:8002 and then parse the information through there? I actually did that in a system test to track performance. The code however runs on the device, so by reading the performance information, you will affect it as well :slight_smile:

4 Likes