mirror of
https://github.com/wolfpld/tracy
synced 2025-04-29 12:23:53 +00:00
Document string literal messages.
This commit is contained in:
parent
5b9fcddfb3
commit
ca543f04e3
@ -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 in 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). Alternatively, use `TracyMessageL( text )` for string literal messages. Messages are displayed on a chronological list and in the zone view.
|
||||
|
||||

|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user