Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 373 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 373 Bytes

Tracing

  • AsyncHooks - Tracks the lifetime of asynchronous requests (init/destroy) and their callback activity (before/after)

  • OS Tracing - LTTng (Linux), SystemTap (Linux), DTrace (OSX), ETW (Windows)

  • VM Tracing - Tracing native to JS VMs, such as V8's TRACE_EVENT.