Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: allow easy generation of a trace file #3736

Merged
merged 1 commit into from
Dec 13, 2024

Conversation

stuartwdouglas
Copy link
Collaborator

If you start FTL with --trace=trace.out after execution you can look at the execution time details via:

go tool trace trace.out

@stuartwdouglas stuartwdouglas requested a review from a team as a code owner December 12, 2024 21:06
@stuartwdouglas stuartwdouglas requested review from wesbillman and removed request for a team December 12, 2024 21:06
This was referenced Dec 12, 2024
@stuartwdouglas stuartwdouglas force-pushed the stuartwdouglas/tracing-file branch from c1684e9 to 304517a Compare December 12, 2024 21:10
If you start FTL with --trace=trace.out after execution
you can look at the execution time details via:

go tool trace trace.out
@stuartwdouglas stuartwdouglas force-pushed the stuartwdouglas/tracing-file branch from 304517a to 1613508 Compare December 12, 2024 21:11
Copy link
Collaborator

@wesbillman wesbillman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sweet!

@stuartwdouglas stuartwdouglas merged commit 621ffe3 into main Dec 13, 2024
95 checks passed
@stuartwdouglas stuartwdouglas deleted the stuartwdouglas/tracing-file branch December 13, 2024 01:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants