mirror of https://github.com/lukechilds/node.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
451 B
10 lines
451 B
12 years ago
|
# This file is used by tools/js2c.py to preprocess out the performance counters
|
||
|
# symbols in builds that don't support counters. This is not used in builds
|
||
|
# that support performance counters.
|
||
|
macro COUNTER_NET_SERVER_CONNECTION(x) = ;
|
||
|
macro COUNTER_NET_SERVER_CONNECTION_CLOSE(x) = ;
|
||
|
macro COUNTER_HTTP_SERVER_REQUEST(x) = ;
|
||
|
macro COUNTER_HTTP_SERVER_RESPONSE(x) = ;
|
||
|
macro COUNTER_HTTP_CLIENT_REQUEST(x) = ;
|
||
|
macro COUNTER_HTTP_CLIENT_RESPONSE(x) = ;
|