2021-12-21 00:43:09 +08:00
|
|
|
{
|
|
|
|
"name": "tracy",
|
2024-08-28 17:07:54 +08:00
|
|
|
"version": "0.11.1",
|
2024-09-04 04:32:09 +08:00
|
|
|
"port-version": 1,
|
2021-12-21 00:43:09 +08:00
|
|
|
"description": "A real time, nanosecond resolution, remote telemetry, hybrid frame and sampling profiler for games and other applications.",
|
|
|
|
"homepage": "https://github.com/wolfpld/tracy",
|
2022-04-21 05:51:12 +08:00
|
|
|
"license": "BSD-3-Clause",
|
2021-12-21 00:43:09 +08:00
|
|
|
"supports": "!(windows & (arm | uwp))",
|
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "pthreads",
|
|
|
|
"platform": "!windows"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-config",
|
|
|
|
"host": true
|
|
|
|
}
|
2022-04-21 05:51:12 +08:00
|
|
|
],
|
2023-02-28 04:27:54 +08:00
|
|
|
"default-features": [
|
|
|
|
"crash-handler"
|
|
|
|
],
|
2022-04-21 05:51:12 +08:00
|
|
|
"features": {
|
|
|
|
"cli-tools": {
|
2024-07-21 02:35:20 +08:00
|
|
|
"description": "Build Tracy command-line tools: `capture`, `csvexport`, `import-chrome`, `import-fuchsia` and `update`",
|
2022-04-21 05:51:12 +08:00
|
|
|
"supports": "!(windows & x86)",
|
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "capstone",
|
|
|
|
"features": [
|
|
|
|
"arm",
|
|
|
|
"arm64",
|
|
|
|
"x86"
|
|
|
|
]
|
2023-08-24 12:38:13 +08:00
|
|
|
},
|
2024-07-21 02:35:20 +08:00
|
|
|
{
|
|
|
|
"name": "dbus",
|
|
|
|
"default-features": false,
|
|
|
|
"platform": "!windows"
|
|
|
|
},
|
|
|
|
"freetype",
|
|
|
|
"glfw3",
|
2023-08-24 12:38:13 +08:00
|
|
|
{
|
|
|
|
"name": "tbb",
|
|
|
|
"platform": "!windows"
|
2022-04-21 05:51:12 +08:00
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
2023-02-28 04:27:54 +08:00
|
|
|
"crash-handler": {
|
|
|
|
"description": "Enable crash handler"
|
|
|
|
},
|
2024-03-26 06:13:30 +08:00
|
|
|
"fibers": {
|
|
|
|
"description": "Enable fibers support"
|
|
|
|
},
|
2022-04-21 05:51:12 +08:00
|
|
|
"gui-tools": {
|
|
|
|
"description": "Build Tracy GUI tool: `profiler` (aka `Tracy` executable)",
|
|
|
|
"supports": "!(windows & x86)",
|
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "capstone",
|
|
|
|
"features": [
|
|
|
|
"arm",
|
|
|
|
"arm64",
|
|
|
|
"x86"
|
|
|
|
]
|
|
|
|
},
|
2023-08-01 02:27:47 +08:00
|
|
|
{
|
|
|
|
"name": "dbus",
|
2024-07-21 02:35:20 +08:00
|
|
|
"default-features": false,
|
2023-08-01 02:27:47 +08:00
|
|
|
"platform": "!windows"
|
|
|
|
},
|
2022-04-21 05:51:12 +08:00
|
|
|
"freetype",
|
2023-08-24 12:38:13 +08:00
|
|
|
"glfw3",
|
|
|
|
{
|
|
|
|
"name": "tbb",
|
|
|
|
"platform": "!windows"
|
|
|
|
}
|
2022-04-21 05:51:12 +08:00
|
|
|
]
|
2023-02-04 06:08:58 +08:00
|
|
|
},
|
|
|
|
"on-demand": {
|
|
|
|
"description": "Enable on-demand profiling"
|
2024-08-28 17:07:54 +08:00
|
|
|
},
|
|
|
|
"verbose": {
|
|
|
|
"description": "Enables verbose logging"
|
2022-04-21 05:51:12 +08:00
|
|
|
}
|
|
|
|
}
|
2021-12-21 00:43:09 +08:00
|
|
|
}
|