'Embedded Chrome | Is there a command to show built-in task manager from Dev Tools?

I am using Chromium embedded inside a Python package, and sometimes the browser hangs. So I would like to investigate possible memory leaks. But I do not have access to standard controls of Chrome because it is embedded.

So no keyboard shortcuts like Shift+Esc will work. No right-click menu will work. The standard controls are stripped to the minimum, the only thing I can invoke is Dev Tools.

And the Chromium is old, it is v43 or something like that.

So, how to invoke built-in Task Manager from console. Is that even possible?

Thank you



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source