Skip to content

Latest commit

 

History

History
 
 

tracing

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Tracing

  • AsyncWrap - Most native objects are represented indirectly by the AsyncWrap class, so hooks have been added to that class to trace lifecycle (init/destroy) and callback activity (pre/post) related to these objects.

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

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