Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upAdd a test for trace dump files to tests/unit/profile/time.rs #10906
Labels
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is a smoke test that the profiler thread can be created and destroyed in
tests/unit/profile/time.rs. We should add another test that when we tell the profiler thread to dump a trace timeline to a file, that the target file is created by the time that the profiler thread shuts down.