add excutor creation trace timings

This commit is contained in:
Trent Nelson
2022-01-08 02:07:15 -07:00
committed by mergify[bot]
parent 4a9f4e2505
commit 2f29ff1a3f
4 changed files with 24 additions and 3 deletions

View File

@@ -15,6 +15,7 @@ byteorder = "1.4.3"
log = "0.4.14"
libsecp256k1 = "0.6.0"
solana-measure = { path = "../../measure", version = "=1.10.0" }
solana-metrics = { path = "../../metrics", version = "=1.10.0" }
solana-program-runtime = { path = "../../program-runtime", version = "=1.10.0" }
solana-sdk = { path = "../../sdk", version = "=1.10.0" }
solana-zk-token-sdk = { path = "../../zk-token-sdk", version = "=1.10.0" }