Welcome to mirror list, hosted at ThFree Co, Russian Federation.

noperfctr_macros.py « src - github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2f7e3cbf82993f48e8720155b91d96dc5c83f086 (plain)
1
2
3
4
5
6
7
8
9
# 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) = ;