feat add tracy profiler
Some checks failed
cpp-template / build (Debug, aarch64-linux-gnu) (push) Failing after 27s
cpp-template / build (Release, mipsel-linux-gnu) (push) Failing after 12m45s
cpp-template / build (Release, host.gcc) (push) Failing after 12m52s
cpp-template / build (Release, arm-linux-gnueabihf) (push) Failing after 12m55s
cpp-template / build (Release, aarch64-linux-gnu) (push) Failing after 13m1s
cpp-template / build (Debug, mipsel-linux-gnu) (push) Failing after 13m6s
cpp-template / build (Debug, host.gcc) (push) Failing after 13m11s
cpp-template / build (Debug, arm-linux-gnueabihf) (push) Failing after 13m19s
Some checks failed
cpp-template / build (Debug, aarch64-linux-gnu) (push) Failing after 27s
cpp-template / build (Release, mipsel-linux-gnu) (push) Failing after 12m45s
cpp-template / build (Release, host.gcc) (push) Failing after 12m52s
cpp-template / build (Release, arm-linux-gnueabihf) (push) Failing after 12m55s
cpp-template / build (Release, aarch64-linux-gnu) (push) Failing after 13m1s
cpp-template / build (Debug, mipsel-linux-gnu) (push) Failing after 13m6s
cpp-template / build (Debug, host.gcc) (push) Failing after 13m11s
cpp-template / build (Debug, arm-linux-gnueabihf) (push) Failing after 13m19s
This commit is contained in:
29
third_party/tracy/python/pyproject.toml
vendored
Normal file
29
third_party/tracy/python/pyproject.toml
vendored
Normal file
@@ -0,0 +1,29 @@
|
||||
[build-system]
|
||||
requires = ["scikit-build-core>=0.11"]
|
||||
build-backend = "scikit_build_core.build"
|
||||
|
||||
[project]
|
||||
name = "tracy_client"
|
||||
version = "0.12.2"
|
||||
description = "A real time, nanosecond resolution, remote telemetry, hybrid frame and sampling profiler for games and other applications."
|
||||
authors = [
|
||||
{ name = "Bartosz Taudul", email = "wolf@nereid.pl" },
|
||||
]
|
||||
requires-python = ">=3.10"
|
||||
|
||||
[project.urls]
|
||||
homepage = "https://github.com/wolfpld/tracy"
|
||||
source = "https://github.com/wolfpld/tracy"
|
||||
|
||||
[tool.scikit-build]
|
||||
cmake.version = ">=3.15.0"
|
||||
ninja.version = ">=1.11"
|
||||
cmake.source-dir = ".."
|
||||
cmake.build-type = "Release"
|
||||
wheel.install-dir = "tracy_client"
|
||||
wheel.packages = ["tracy_client"]
|
||||
|
||||
[tool.scikit-build.cmake.define]
|
||||
TRACY_CLIENT_PYTHON = "ON"
|
||||
TRACY_STATIC = "OFF"
|
||||
CMAKE_INSTALL_BINDIR = ""
|
Reference in New Issue
Block a user