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
Copy file name to clipboardExpand all lines: DEVELOPMENT.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -132,6 +132,12 @@ The app writes logs into:
132
132
1.`stdout` in development mode
133
133
2. The Tauri [logs](https://tauri.app/v1/api/js/path/#platform-specific) directory
134
134
135
+
One can get performance log when launching the application locally as follows:
136
+
137
+
```bash
138
+
GITBUTLER_PERFORMANCE_LOG=1 LOG_LEVEL=debug pnpm tauri dev
139
+
```
140
+
135
141
### Tokio
136
142
137
143
We are also collecting tokio's runtime tracing information that could be viewed using [tokio-console](https://github.com/tokio-rs/console#tokio-console-prototypes):
0 commit comments