mirror of
https://github.com/wolfpld/tracy
synced 2025-04-29 12:23:53 +00:00
Mention required libraries.
This commit is contained in:
parent
84c34ad826
commit
242fc9bfb4
2
NEWS
2
NEWS
@ -82,6 +82,8 @@ v0.3.2 (xxxx-xx-xx)
|
|||||||
- Zone begin.
|
- Zone begin.
|
||||||
- GPU zone begin.
|
- GPU zone begin.
|
||||||
- Zone stack trace now also displays frames from a real call trace.
|
- Zone stack trace now also displays frames from a real call trace.
|
||||||
|
- On Linux call stack frame name resolution requires a call to dladdr,
|
||||||
|
which in turn requires linking with libdl.
|
||||||
|
|
||||||
|
|
||||||
v0.2 (2018-04-05)
|
v0.2 (2018-04-05)
|
||||||
|
@ -51,6 +51,8 @@ In the default configuration tracy is disabled. To enable it, add a `TRACY_ENABL
|
|||||||
|
|
||||||
If you want to profile a short-lived application, add a `TRACY_NO_EXIT` define. In this configuration tracy will not exit until an incoming connection is made, even if the application has already finished.
|
If you want to profile a short-lived application, add a `TRACY_NO_EXIT` define. In this configuration tracy will not exit until an incoming connection is made, even if the application has already finished.
|
||||||
|
|
||||||
|
On Unix make sure you are linking your application with libpthread and libdl.
|
||||||
|
|
||||||
#### Running the server
|
#### Running the server
|
||||||
|
|
||||||
The easiest way to get going is to build the standalone server, available in the `standalone` directory. You can connect to localhost or remote clients and view the collected data right away.
|
The easiest way to get going is to build the standalone server, available in the `standalone` directory. You can connect to localhost or remote clients and view the collected data right away.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user