mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 10:41:50 +00:00
Typo fix.
This commit is contained in:
parent
07abaaec4c
commit
d2dbee304f
@ -70,7 +70,7 @@ Tracy is able to capture and draw value changes over time. You may use it to ana
|
||||
|
||||
#### Message log
|
||||
|
||||
Fast navigation in large data set and correlation of zones with what was happening in application may be difficult. To ease these issues tracy provides a message log functionality. You can send messages (for example, your typical debug output) using the `TracyMessage( text, size )` macro (tracy will allocate memory for message storage). Messages are displayed on a chronological list and on the zone view.
|
||||
Fast navigation in large data set and correlation of zones with what was happening in application may be difficult. To ease these issues tracy provides a message log functionality. You can send messages (for example, your typical debug output) using the `TracyMessage( text, size )` macro (tracy will allocate memory for message storage). Messages are displayed on a chronological list and in the zone view.
|
||||
|
||||
![](doc/messages.png)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user