{ "name": "gperftools", "version": "2.10", "port-version": 1, "description": "A set of tools for performance profiling and memory checking", "homepage": "https://github.com/gperftools/gperftools", "supports": "!(arm & windows) & !uwp & !android", "dependencies": [ { "name": "vcpkg-cmake", "host": true, "platform": "windows" } ], "features": { "override": { "description": "Override allocators", "supports": "windows & staticcrt" }, "tools": { "description": "Build gperftools CLI tools", "supports": "windows" } } }