Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Why using V8s profilers with Chromium is different from using them with V8 shells?

0
Posted

Why using V8s profilers with Chromium is different from using them with V8 shells?

0

Chromium is a complex application, unlike V8 shells. Below is the list of Chromium features that affect profiler usage: • each renderer is a separate process (OK, not actually each, but let’s omit this detail), so they can’t share the same log file; • sandbox built around renderer process prevents it from writing to a disk; • Developer Tools configure profilers for their own purposes; • V8’s logging code contains some optimizations to simplify logging state checks.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.