• Wincent
    Open
  • Blog
  • Wiki
  • Snippets
  • Tags
  • Search

NodeJS profiling cheatsheetEdit

Created 3/12/2022, updated 1/10/2025

Function prefixes

  • ^ baseline compiler
  • * optimized
  • ~ optimizable

LazyCompile

does not mean that this time was spent in compiler, it just means that the function itself was compiled lazily

Source.

Official docs

  • https://v8.dev/docs/profile
  • wiki
  • node
  • v8
  • cheatsheet
Site
  • About
  • Blog
  • Wiki
  • Snippets
  • Tags
  • Search
External
  • GitHub
  • Twitter
  • YouTube
  • Facebook
  • LinkedIn
Colophon

Made by Greg Hurrell using React, Relay and GraphQL (with help from Git, Redis and Neovim).