This file contains 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 characters
{ | |
"meta": { "theme": "caffeine" }, | |
"basics": { | |
"name": "Sameer Mirza", | |
"label": "VP of Engineering", | |
"email": "[email protected]", | |
"phone": "(805) 617-0769", | |
"picture": "https://media-exp1.licdn.com/dms/image/C4D03AQGMdxJeGeScoQ/profile-displayphoto-shrink_400_400/0/1648111641229?e=2147483647&v=beta&t=FF6KH-Y4EZ9Ie4Q_Q5kKcybEziWfSy2_kUdxchcqjXc", | |
"location": { | |
"address": "34875 Pourroy Rd", |
This file contains 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 characters
// const startUsage = process.cpuUsage(); | |
// // { user: 38579, system: 6986 } | |
// // spin the CPU for 500 milliseconds | |
// const now = Date.now(); | |
// while (Date.now() - now < 500); | |
// console.log(process.cpuUsage(startUsage)); | |
// // { user: 514883, system: 11226 } |