2021-09-09 16:24:04 +08:00
|
|
|
{
|
|
|
|
"name": "gperftools",
|
2023-08-08 00:02:52 +08:00
|
|
|
"version": "2.10",
|
2023-08-24 02:56:38 +08:00
|
|
|
"port-version": 1,
|
2021-09-09 16:24:04 +08:00
|
|
|
"description": "A set of tools for performance profiling and memory checking",
|
|
|
|
"homepage": "https://github.com/gperftools/gperftools",
|
2023-07-06 02:50:46 +08:00
|
|
|
"supports": "!(arm & windows) & !uwp & !android",
|
2021-11-11 02:51:16 +08:00
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true,
|
|
|
|
"platform": "windows"
|
|
|
|
}
|
|
|
|
],
|
2021-09-09 16:24:04 +08:00
|
|
|
"features": {
|
|
|
|
"override": {
|
2023-07-06 02:50:46 +08:00
|
|
|
"description": "Override allocators",
|
2023-08-24 02:56:38 +08:00
|
|
|
"supports": "windows & staticcrt"
|
2021-09-09 16:24:04 +08:00
|
|
|
},
|
|
|
|
"tools": {
|
2023-07-06 02:50:46 +08:00
|
|
|
"description": "Build gperftools CLI tools",
|
|
|
|
"supports": "windows"
|
2021-09-09 16:24:04 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|