Skip to content

Commit 6223f75

Browse files
benjipelletierfacebook-github-bot
authored andcommitted
Move perfetto related code to it's own library (#933)
Summary: Pull Request resolved: #933 Part of a larger refactor to make monarchs trace generation open sourcable as part of the main monarch build. Reviewed By: eliothedeman Differential Revision: D78667383 fbshipit-source-id: 77b27c9df418158969d68fa2990eb4bd09c484ea
1 parent 242c726 commit 6223f75

File tree

2 files changed

+596
-0
lines changed

2 files changed

+596
-0
lines changed

monarch_perfetto_trace/Cargo.toml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# @generated by autocargo from //monarch/monarch_perfetto_trace:monarch_perfetto_trace
2+
3+
[package]
4+
name = "monarch_perfetto_trace"
5+
version = "0.0.0"
6+
authors = ["Meta"]
7+
edition = "2021"
8+
license = "BSD-3-Clause"
9+
10+
[dependencies]
11+
anyhow = "1.0.98"
12+
protobuf = "3.7.2"
13+
serde = { version = "1.0.219", features = ["derive", "rc"] }
14+
serde_json = { version = "1.0.140", features = ["alloc", "float_roundtrip", "raw_value", "unbounded_depth"] }
15+
valuable = { version = "0.1", features = ["derive"] }

0 commit comments

Comments
 (0)