Using Chrome Developer Tools Profiling, I profiled both Javascript and CSS.
For JS, it shows Javascript functions and Total %. For CSS, it shows Selector and Total %.
If I understand correctly, the operating system gives some chunk of CPU to the browser.
Then, the Developer Tools Profiling tool gives the % of CPU that each function and/or selector uses.
Is that right?