Record button is missing from Chrome DevTools for NodeJS CPU profiling

Viewed 836

I was trying to use Chrome DevTools as usual for recording NodeJS CPU profiling, but this time something was different that there wasn't a record button inside the Profiler property page.

As you can see from the image below, the property page is entirely empty.

missing profiler record button

The software's versions are shown below:

chrome: Version 87.0.4280.66 (Official Build) (64-bit)

node: 10.14.2

OS: Ubuntu 20.04

Does anyone know what is going on? Or, is there an alternative way of profiling NodeJS performance without using Chrome DevTools?

2 Answers
Related