Node.js  v8.x
Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine
Agent Class Reference

#include <agent.h>

Public Member Functions

 Agent ()
 
void Start (const std::string &enabled_categories)
 
void Stop ()
 
TracingController * GetTracingController ()
 

Detailed Description

Definition at line 13 of file agent.h.

Constructor & Destructor Documentation

◆ Agent()

Agent ( )

Definition at line 14 of file agent.cc.

References NodeTraceBuffer::kBufferChunks, and Agent::Start().

Member Function Documentation

◆ GetTracingController()

TracingController* GetTracingController ( )
inline

Definition at line 19 of file agent.h.

◆ Start()

void Start ( const std::string &  enabled_categories)

Referenced by Agent::Agent().

◆ Stop()

void Stop ( )

Definition at line 49 of file agent.cc.


The documentation for this class was generated from the following files: