src: deduplicate CHECK_EQ/CHECK_NE macros
[platform/upstream/nodejs.git] / src / perfctr_macros.py
1 # This file is used by tools/js2c.py to preprocess out the performance counters
2 # symbols in builds that don't support counters. This is not used in builds
3 # that support performance counters.
4 macro COUNTER_NET_SERVER_CONNECTION(x) = ;
5 macro COUNTER_NET_SERVER_CONNECTION_CLOSE(x) = ;
6 macro COUNTER_HTTP_SERVER_REQUEST(x) = ;
7 macro COUNTER_HTTP_SERVER_RESPONSE(x) = ;
8 macro COUNTER_HTTP_CLIENT_REQUEST(x) = ;
9 macro COUNTER_HTTP_CLIENT_RESPONSE(x) = ;