'chrome devtool performance waterfall difference between Chrome and Chromium?

I'm trying to see the call stack of a piece of code, in Chrome and Chromium, they showed different results. I have already disabled all extensions in my Chrome, In the Chrome, can't see those functions call stack, it only shows"Compile Code", Is this a bug or something?

chrome:(can't see the entire function call stack, only show "Compile Code" or "Evaluate Code") enter image description here

chromium:(you can see the full detail of the function call stack)

enter image description here

they are the same hello world code:(/react-17.0.2/fixtures/packaging/babel-standalone/dev.html)



Sources

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

Source: Stack Overflow

Solution Source