libp2p / cpp-libp2p

C++17 implementation of libp2p
Apache License 2.0
347 stars 98 forks source link

metrics #149

Closed turuslan closed 3 years ago

turuslan commented 3 years ago
art-gor commented 3 years ago

Better to have this feature disabled by default in build time, and to be enabled explicitly by CMake variable and preprocessor, cmake ... -DMETRICS_ENABLED=On ... if(METRICS_ENABLED) add_compile_definitions("METRICS_ENABLED") ... etc