mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-30 08:08:59 +08:00
17 lines
419 B
JSON
17 lines
419 B
JSON
|
{
|
||
|
"name": "gperftools",
|
||
|
"version-string": "2019-09-02",
|
||
|
"port-version": 1,
|
||
|
"description": "A set of tools for performance profiling and memory checking",
|
||
|
"homepage": "https://github.com/gperftools/gperftools",
|
||
|
"supports": "!(arm | arm64 | uwp)",
|
||
|
"features": {
|
||
|
"override": {
|
||
|
"description": "Override allocators"
|
||
|
},
|
||
|
"tools": {
|
||
|
"description": "Build gperftools CLI tools"
|
||
|
}
|
||
|
}
|
||
|
}
|