Files
node/doc/api
misterpoe ba4847e879 src: Node Tracing Controller
This commit adds support for trace-event tracing to Node.js. It provides
a mechanism to centralize tracing information generated by V8, Node
core, and userspace code. It includes:

 - A trace writer responsible for serializing traces and cycling the
   output files so that no individual file becomes to large.
 - A buffer for aggregating traces to allow for batched flushes.
 - An agent which initializes the tracing controller and ensures that
   trace serialization is done on a separate thread.
 - A set of macros for generating trace events.
 - Tests and documentation.

Author: Raymond Kang <raymondksi@gmail.com>
Author: Kelvin Jin <kelvinjin@google.com>
Author: Matthew Loring <mattloring@google.com>
Author: Jason Ginchereau <jasongin@microsoft.com>

PR-URL: https://github.com/nodejs/node/pull/9304

Reviewed-By: Trevor Norris <trev.norris@gmail.com>
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
Reviewed-By: Josh Gavant <josh.gavant@outlook.com>
2016-12-20 12:31:09 -08:00
..
2016-04-20 16:34:27 -07:00
2016-11-22 17:27:05 +01:00
2016-12-20 12:31:09 -08:00
2016-12-20 12:31:09 -08:00
2016-09-02 14:29:30 -04:00
2016-09-14 08:08:28 +02:00
2016-12-03 14:21:15 +01:00
2016-11-15 23:05:51 +01:00
2016-04-20 16:34:27 -07:00
2016-11-18 09:26:38 -08:00
2016-12-05 15:13:51 -08:00
2016-12-20 12:31:09 -08:00
2016-12-08 13:39:45 -05:00
2016-11-08 20:30:28 +01:00
2016-11-18 09:26:38 -08:00