Created
May 5, 2021 06:19
-
-
Save tmkasun/e19d9c4de8f856a0ef42dceb7d5a9930 to your computer and use it in GitHub Desktop.
Revisions
-
tmkasun created this gist
May 5, 2021 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,9 @@ - Open the [Link](https://4o2jx.csb.app/) - Open the Developer console - And type ```js setInterval(() => {var a = Date.now(); while(Date.now() - a < 1000);},3000) ``` - Open the performace monitor in the browser - And you will see the below CPU usage pattern 