-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
96e973f
commit e51fc8d
Showing
1 changed file
with
9 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Examples for Tracy integration | ||
|
||
These examples exist to demonstrate how to integrate the rust-Tracy API within an application. | ||
They do not serve as examples of a real world application, but rather how an application would use a given API. | ||
|
||
To use them, run `cargo run -p tracy-client-examples -- example_name` from within the repository root. | ||
If you don't provide an `example_name`, it will list the available examples. | ||
|
||
Be sure to have Tracy running and awaiting a connection, before running any example! |