From 01aadace80108e32322ea64a7ca355a1cb04d3d9 Mon Sep 17 00:00:00 2001 From: Florian Klink Date: Fri, 14 Jun 2024 14:17:37 +0300 Subject: feat(tvix/cli,store): add tracy feature If compiled with this features, this emits packets compatible with the [Tracy](https://github.com/wolfpld/tracy) format. Change-Id: I330f5d85ab290abe51f2df38dc55464f3ccfc6cd Reviewed-on: https://cl.tvl.fyi/c/depot/+/11815 Tested-by: BuildkiteCI Reviewed-by: Connor Brewster --- tvix/store/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'tvix/store') diff --git a/tvix/store/Cargo.toml b/tvix/store/Cargo.toml index dc6126724fe6..760569eb8dc6 100644 --- a/tvix/store/Cargo.toml +++ b/tvix/store/Cargo.toml @@ -71,6 +71,7 @@ cloud = [ fuse = ["tvix-castore/fuse"] otlp = ["tvix-tracing/otlp"] tonic-reflection = ["dep:tonic-reflection", "tvix-castore/tonic-reflection"] +tracy = ["tvix-tracing/tracy"] virtiofs = ["tvix-castore/virtiofs"] # Whether to run the integration tests. # Requires the following packages in $PATH: -- cgit 1.4.1