Node.js
v8.x
Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine
|
#include "node_counters.h"
#include "uv.h"
#include "env.h"
#include "env-inl.h"
#include <string.h>
Go to the source code of this file.
Namespaces | |
node | |
Macros | |
#define | NODE_PROBE(name) #name, name |
Functions | |
void | COUNTER_NET_SERVER_CONNECTION (const FunctionCallbackInfo< Value > &) |
void | COUNTER_NET_SERVER_CONNECTION_CLOSE (const FunctionCallbackInfo< Value > &) |
void | COUNTER_HTTP_SERVER_REQUEST (const FunctionCallbackInfo< Value > &) |
void | COUNTER_HTTP_SERVER_RESPONSE (const FunctionCallbackInfo< Value > &) |
void | COUNTER_HTTP_CLIENT_REQUEST (const FunctionCallbackInfo< Value > &) |
void | COUNTER_HTTP_CLIENT_RESPONSE (const FunctionCallbackInfo< Value > &) |
void | InitPerfCounters (Environment *env, Local< Object > target) |
void | TermPerfCounters (Local< Object > target) |
#define NODE_PROBE | ( | name | ) | #name, name |
Referenced by node::InitPerfCounters().