InterviewSolution
Saved Bookmarks
| 1. |
What is Tracing in Node.js? |
|
Answer» Tracing is a MECHANISM in Node.js to provide a CENTRALIZED tracing information method, which is generated by V8, Node.js CORE, and the userspace CODE. It can be enabled with the --trace-event-categories command-line FLAG or by using the trace_events module. |
|