You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Use sftrace, which is based on LLVM Xray instrumentation, to trace all Rust function calls. This can be used for performance analysis and troubleshooting.
4
+
---
5
+
6
+
# Rspack Sftrace
7
+
8
+
## Overview
9
+
10
+
Use sftrace to trace rspack's Rust function calls and convert them to perfetto protobuf format for performance analysis and troubleshooting.
0 commit comments