Where is the Web Resource Profiler? (SOLVED)

Has the way accessing the Web-Resource profiler change, to obtain
the hierarchical view of the collections, game objects?

In the past I could just click on localhost:8002, then upper left select button Resources.
I’m using a the linux build, but can’t find anything related to game object hierarchical.
Yeah it’s a noob question. :slight_smile:

I’m not entirely sure. @JCash ?

Since the engine doesn’t have a web server for the profiler anymore, we start it from the editor instead.

In the editor, choose Debug → Web profiler.

2 Likes

The first image is what I currently see on my linux system, is there anyway to drill down the game hierarchy tree like in the second uploaded image?

Hi again,
I’m afraid I misunderstood the question.

The resources part should still be provided by the builtin web server in the engine.
Go to “http://localhost:8001” and click away the initial error (I’ll make a fix for that).
Then, you’re able to click on the “Resources” tab as usual.

(As usual, replace the “localhost”, with the ip of the target device if you wish to see the resource use on e.g. the target Android device)

1 Like

I now have a PR awaiting review where the web resource profiler won’t try to access the old CPU profiler anymore. (#6798)

1 Like